Skip to content

Commit

Permalink
Rename connections metric to requested_connections
Browse files Browse the repository at this point in the history
This avoids a conflict with the submariner_connections metric in the
gateway engine, and more accurately reflects its meaning.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
  • Loading branch information
skitt committed Feb 16, 2021
1 parent 5d7d8db commit 1cf8473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/submariner/submariner_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var (
)
connectionsGauge = prometheus.NewGaugeVec(
prometheus.GaugeOpts{
Name: "submariner_connections",
Name: "submariner_requested_connections",
Help: "Number of connections (by endpoint and status)",
},
[]string{
Expand Down

0 comments on commit 1cf8473

Please sign in to comment.