-
Notifications
You must be signed in to change notification settings - Fork 888
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
Add http metrics yaml #3158
Add http metrics yaml #3158
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM considering the semantic convention is still Experimental. There are couple things which we might change (e.g. do we use ms
as unit or s
), not real blocker here.
+1 on adding the notion of optional instruments to the YAML. Is there a ticket open for this? |
|
* Add http metrics yaml * Update change log * Fix notes * Fix link * Remove unnecessary field
Fixes #2972 by adding text to say whether each instrument is required or optional (ideally should be added to yaml?)
Fixes #2822
Fixes #2974 by including same definition of
net.host.name
from tracingFixes #2976 by making
http.server.request.size
and friends optionalChanges
Adds http metrics yaml file based on @jamesmoessis build tool changes in open-telemetry/build-tools#79
For non-trivial changes, follow the change proposal process and link to the related issue(s) and/or OTEP(s), update the
CHANGELOG.md
, and also be sure to updatespec-compliance-matrix.md
if necessary.Related issues #2666, #2001
NOTE: Markdown rendering will be improved in a future PR, after open-telemetry/build-tools#129