-
Notifications
You must be signed in to change notification settings - Fork 821
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
Remove labelKeys
from metric creation
#1119
Labels
Comments
🙋♂️ |
The purpose of labelKeys was to choose what labels would be added to a metric among the available labels right? |
#1126 opened |
I think open-telemetry/opentelemetry-specification#565 is the specs PR. |
6 tasks
Closed via #1126 |
pichlermarc
pushed a commit
to dynatrace-oss-contrib/opentelemetry-js
that referenced
this issue
Dec 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
labelKeys
input to the metric was removed from the spec. I don't have any spec to link to because it is gone :)This is not removing labels, just removing the
labelKeys
input to the instrument construction.The text was updated successfully, but these errors were encountered: