Skip to content

Commit

Permalink
Fix metric solace_up
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenRover committed Feb 20, 2024
1 parent 1430caa commit 1d88bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semp/metricDesc.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var QueueStats = Descriptions{

var MetricDesc = map[string]Descriptions{
"Global": {
"up": NewSemDesc(namespace+"_up", NoSempV2Ready, "Was the last scrape of Solace broker successful.", variableLabelsUp),
"up": NewSemDesc("up", NoSempV2Ready, "Was the last scrape of Solace broker successful.", variableLabelsUp),
},
"Version": {
"system_version_currentload": NewSemDesc("system_version_currentload", NoSempV2Ready, "Solace Version as WWWXXXYYYZZZ", nil),
Expand Down

0 comments on commit 1d88bb1

Please sign in to comment.