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
The comment on MetricDescriptor currently states that label keys are part of the MetricDescripror, while label values are defined in each data point:
opentelemetry-proto/opentelemetry/proto/metrics/v1/metrics.proto
Lines 60 to 61 in c44400d
This has been changed in #102 to each data point having key-value pairs for labels:
Lines 245 to 246 in c44400d
/cc @bogdandrutu
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The comment on MetricDescriptor currently states that label keys are part of the MetricDescripror, while label values are defined in each data point:
opentelemetry-proto/opentelemetry/proto/metrics/v1/metrics.proto
Lines 60 to 61 in c44400d
This has been changed in #102 to each data point having key-value pairs for labels:
opentelemetry-proto/opentelemetry/proto/metrics/v1/metrics.proto
Lines 245 to 246 in c44400d
/cc @bogdandrutu
The text was updated successfully, but these errors were encountered: