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

Fix prometheus non-latency timer metrics #4573

Open
longquanzheng opened this issue Oct 15, 2021 · 1 comment
Open

Fix prometheus non-latency timer metrics #4573

longquanzheng opened this issue Oct 15, 2021 · 1 comment
Labels

Comments

@longquanzheng
Copy link
Contributor

Some metrics like history_count is emitted as the timer, using the value of nanoSecond. Because tally will try to emit the value of Second, the actual value is 10^-9.

This is too small that for some system like Datadog, the value cannot be loaded.

@longquanzheng longquanzheng changed the title Fix prometheus non-timer histogram metrics Fix prometheus non-latency timer metrics Oct 22, 2021
@longquanzheng
Copy link
Contributor Author

Related to #4006

@ibarrajo ibarrajo added the bug label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants