Skip to content

Commit

Permalink
prom: room kind name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Sep 3, 2022
1 parent ecc0f88 commit 7c4f52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func init() {
metricRoomEntry = promauto.NewCounterVec(prom.CounterOpts{
Name: "audimance_room_load",
Help: "Total number of room loads",
}, []string{"kind"})
}, []string{"room"})
}

// Template contains an HTML templates for the web service
Expand Down

0 comments on commit 7c4f52f

Please sign in to comment.