We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now when we goto /metrics endpoint we get something like this
/metrics
metrics_test_api_total_count{my_tag="987",status="400",time="1717069618965"} 1
We want something like this
metrics_test_api_total_count{my_tag="987",status="400",time="1717069618965"} 1 1717069618965
Not sure if this is possible right now with prom_ex
The text was updated successfully, but these errors were encountered:
akoutmos
No branches or pull requests
Right now when we goto
/metrics
endpoint we get something like thisWe want something like this
Not sure if this is possible right now with prom_ex
The text was updated successfully, but these errors were encountered: