Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit d248cae9 authored by Arnaud RIESS's avatar Arnaud RIESS
Browse files

puppetdb_status: added "deactivated" label (fix)

parent 992c449d
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ func (e *Exporter) initGauges(categories map[string]struct{}) {
Namespace: "puppet",
Name: "status",
Help: "the status of the client run",
}, []string{"environment", "host", "state"})
}, []string{"environment", "host", "state", "deactivated"})
for _, m := range e.metrics {
prometheus.MustRegister(m)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment