Skip to content

Commit

Permalink
Update INFO entry keys (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice authored Feb 9, 2025
1 parent 19be24f commit 6ff91e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exporter/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ func (e *Exporter) extractInfoMetrics(ch chan<- prometheus.Metric, info string,

e.registerConstMetricGauge(ch, "instance_info", 1,
keyValues["role"],
keyValues["version"],
keyValues["git_sha1"],
keyValues["kvrocks_version"],
keyValues["kvrocks_git_sha1"],
keyValues["os"],
keyValues["tcp_port"],
keyValues["gcc_version"],
Expand Down

0 comments on commit 6ff91e5

Please sign in to comment.