Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenRover committed May 7, 2024
1 parent d71b5af commit fc40896
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 @@ -127,7 +127,7 @@ var MetricDesc = map[string]Descriptions{
"system_spool_transacted_sessions_quota": NewSemDesc("system_spool_transacted_sessions_quota", NoSempV2Ready, "Number of maximal possible transacted sessions.", nil),
"system_spool_transacted_sessions_used": NewSemDesc("system_spool_transacted_sessions_used", NoSempV2Ready, "Number of used transacted sessions.", nil),
"system_spool_queue_topic_subscriptions_quota": NewSemDesc("system_spool_queue_topic_subscriptions_quota", NoSempV2Ready, "Number of maximal possible topic subscriptions of all queues.", nil),
"system_spool_queue_topic_subscriptions_used": NewSemDesc("ssystem_spool_queue_topic_subscriptions_used", NoSempV2Ready, "Number of used topic subscriptions of all queues.", nil),
"system_spool_queue_topic_subscriptions_used": NewSemDesc("system_spool_queue_topic_subscriptions_used", NoSempV2Ready, "Number of used topic subscriptions of all queues.", nil),
"system_spool_transactions_quota": NewSemDesc("system_spool_transactions_quota", NoSempV2Ready, "Number of maximal possible transactions.", nil),
"system_spool_transactions_used": NewSemDesc("system_spool_transactions_used", NoSempV2Ready, "Number of used transactions.", nil),

Expand Down

0 comments on commit fc40896

Please sign in to comment.