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

Add snapshot test of prometheus metrics #10911

Open
mhofman opened this issue Jan 29, 2025 · 0 comments
Open

Add snapshot test of prometheus metrics #10911

mhofman opened this issue Jan 29, 2025 · 0 comments
Labels
enhancement New feature or request telemetry

Comments

@mhofman
Copy link
Member

mhofman commented Jan 29, 2025

What is the Problem Being Solved?

We should understand the impact of making changes to our prometheus metrics. While there is various ways to confuse consumers of these, the most obvious one is a change in which metrics are reported. Another is possibly a change in the type or characteristic of the metric

Description of the Design

A snapshot style test, at worse in a3p-integration (but preferably in an ava based required test, like in the cosmic-swingset package), that queries the metrics Prometheus endpoint and snapshots at least the set of metrics exported, and if possible metadata about the characteristics of these metrics.

Security Considerations

None

Scaling Considerations

None

Test Plan

This is a test

Upgrade Considerations

None

@mhofman mhofman added enhancement New feature or request telemetry labels Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request telemetry
Projects
None yet
Development

No branches or pull requests

1 participant