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
Currently there is a TODO in the metrics proto that needs a decision:
// TODO: Decide if knowing that the metric values are aggregated from raw measurements is important.
The text was updated successfully, but these errors were encountered:
In other words, in a Histogram/Summary the count represents the number of times the App recorded values.
Sorry, something went wrong.
I like the idea of narrowly defining this as whether the aggregation Count matches the number of input measurements.
Remove todos related to issues open-telemetry#188 and open-telemetry#189
acf12df
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Remove todos related to issues #188 and #189 (#194)
f03768d
No branches or pull requests
Currently there is a TODO in the metrics proto that needs a decision:
The text was updated successfully, but these errors were encountered: