Skip to content

Commit

Permalink
Fix error in component status help message (#2216)
Browse files Browse the repository at this point in the history
Signed-off-by: mcsammac

Date:      Wed Mar 4 13:50:17 2020 -0500
On branch master
Changes to be committed:
	modified:   pkg/prober/intrumentation.go

Signed-off-by: s320009 <sam.mcadams@8451.com>
  • Loading branch information
bwplotka committed Mar 5, 2020
1 parent d18e1ae commit 0fc20b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/prober/intrumentation.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func NewInstrumentation(component component.Component, logger log.Logger, reg pr
logger: logger,
status: prometheus.NewGaugeVec(prometheus.GaugeOpts{
Name: "status",
Help: "Represents status (0 indicates success, 1 indicates failure) of the component.",
Help: "Represents status (0 indicates failure, 1 indicates success) of the component.",
ConstLabels: map[string]string{"component": component.String()},
},
[]string{"check"},
Expand Down

0 comments on commit 0fc20b6

Please sign in to comment.