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

Histogram metrics are not exported as histogram StatsD type #4305

Open
dincho opened this issue Mar 15, 2024 · 0 comments
Open

Histogram metrics are not exported as histogram StatsD type #4305

dincho opened this issue Mar 15, 2024 · 0 comments
Labels
area/metrics Issues or PRs related to the metrics

Comments

@dincho
Copy link
Member

dincho commented Mar 15, 2024

For example:
https://github.com/aeternity/aeternity/blob/master/apps/aecore/priv/exometer_predefined.script#L8

08:21:30.841 ae.epoch.aecore.chain.top_change.interval.n:0|g
08:21:30.841 ae.epoch.aecore.chain.top_change.interval.mean:0|g
08:21:30.841 ae.epoch.aecore.chain.top_change.interval.min:0|g
08:21:30.841 ae.epoch.aecore.chain.top_change.interval.max:0|g
08:21:30.842 ae.epoch.aecore.chain.top_change.interval.median:0|g
08:21:30.842 ae.epoch.aecore.chain.top_change.interval.50:0|g
08:21:30.842 ae.epoch.aecore.chain.top_change.interval.75:0|g
08:21:30.842 ae.epoch.aecore.chain.top_change.interval.90:0|g
08:21:30.842 ae.epoch.aecore.chain.top_change.interval.95:0|g
08:21:30.843 ae.epoch.aecore.chain.top_change.interval.99:0|g
08:21:30.843 ae.epoch.aecore.chain.top_change.interval.999:0|g

ref: https://docs.datadoghq.com/metrics/types/?tab=histogram

@dincho dincho added the area/metrics Issues or PRs related to the metrics label Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/metrics Issues or PRs related to the metrics
Projects
None yet
Development

No branches or pull requests

1 participant