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

v1 of metrics aggregation #24

Merged
merged 15 commits into from
Jun 13, 2024
Merged

v1 of metrics aggregation #24

merged 15 commits into from
Jun 13, 2024

Conversation

NorseGaud
Copy link
Member

Per #18, we're creating a way for metrics from a list of endpoints to be combined.

The aggregator service runs as part of the main anklet package. Users will configure Anklet without any services (example to be added to README). It will expose a port and then queries can be made for :[port]/metrics?format=json as they would for the normal metrics endpoint, but get back an array like

[
  "{url for endpoint}": { metrics from that endpoint},
 . . .

@NorseGaud NorseGaud merged commit e00c374 into main Jun 13, 2024
1 check passed
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.

1 participant