forked from rabbitmq/rabbitmq-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New metrics require a new macro on collector
Previous commits include new metrics on the `CLUTER_METRICS` group, since those ones do not get aggregated and are only shown on under the `/metrics/detailed` endpoint. However that group of metrics correspond to cluster-wide metrics (that's why they don't need to get aggregated) and therefore the new metrics we are providing do not perfectly fit in that group. A new macro/group is provided by this commit.
- Loading branch information
1 parent
b5fb5c4
commit ac653d7
Showing
2 changed files
with
29 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters