Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export "Cluster Metadata" and other internal cluster_status module metrics #99

Merged
merged 7 commits into from
Nov 19, 2023

Conversation

detro
Copy link
Contributor

@detro detro commented Nov 19, 2023

Closes #54
Closes #56

…s 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.
* `fetch_time`
* `channel_capacity`
* `brokers_total`
* `topics_total`
* `partitions_total`
* `topic_partitions_total`
It includes a major update of `hyper` to `v1.0.1`
@detro detro added this to the v0.2.2 milestone Nov 19, 2023
@detro detro merged commit e5f6e9b into main Nov 19, 2023
1 check passed
@detro detro deleted the detro/56-cluster_status-metrics branch November 19, 2023 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add cluster_status emitter metrics Add Cluster Metadata total-count metrics
1 participant