-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Export "Cluster Metadata" and other internal
cluster_status
module …
…metrics (#99) * Reworked the initialization of the `prometheus` module, so it procures the `cluster_id` by itself, instead of depending on the `cluster_status` module. * Why? Because we want the `prometheus` metrics `Register` ready BEFORE any of the other modules are launched, so each can add their own metrics. * Passing in Prometheus Registry to the `cluster_status` module * Exposing metrics for the `ClusterStatusEmitter` * `fetch_time` * `channel_capacity` * Exposing metrics for `ClusterStatusRegister` * `brokers_total` * `topics_total` * `partitions_total` * `topic_partitions_total` * Documenting all the new `cluster_status` metrics * Deps upgrade * It includes a major update of `hyper` to `v1.0.1`
- Loading branch information
Showing
13 changed files
with
314 additions
and
70 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.