Skip to content

Commit

Permalink
fix: missing label prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
microwavekonijn committed Oct 7, 2023
1 parent 2b257da commit 9b16f74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/real-pumas-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'stream-collector': patch
---

Added missing label prometheus
2 changes: 1 addition & 1 deletion apps/stream-collector/src/census/modules/metric.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import {
makeCounterProvider({
name: essSubscriptionAlterationCount,
help: 'Counter that tracks how many times a subscription to a connection has been altered',
labelNames: ['connection'],
labelNames: ['connection', 'key'],
}),
makeCounterProvider({
name: essSubscriptionMessageTimeoutCount,
Expand Down

0 comments on commit 9b16f74

Please sign in to comment.