Skip to content

Commit

Permalink
refact(metrics): replace server label with destination for ldap_389ds…
Browse files Browse the repository at this point in the history
…_replication_status
  • Loading branch information
xunleii committed May 4, 2021
1 parent 9c400bd commit 90ddcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/ldap.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var (
Name: "replication_status",
Help: "Replication status by server",
},
[]string{"server"},
[]string{"destination"},
)
scrapeCounter = prometheus.NewCounterVec(
prometheus.CounterOpts{
Expand Down

0 comments on commit 90ddcb7

Please sign in to comment.