-
Notifications
You must be signed in to change notification settings - Fork 624
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 support for OTLP v0.5.0 #1143
Conversation
ffe32b9
to
13c9774
Compare
I am currently working on this, just for the record. |
Closed this PR by accident, reopening. |
349be99
to
aa6f055
Compare
Update metrics and trace
aa6f055
to
8fd1ca2
Compare
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.
Thanks @ocelotl for taking on the work to update the exporter.
|
||
if metric_descriptor.type == MetricDescriptor.Type.INT64: | ||
elif isinstance(sdk_metric.instrument, (ValueRecorder)): | ||
logger.warning("Skipping exporting of ValueRecorder metric") |
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.
Added an issue to track the work to support ValueRecorder: #1167
Description
Updating the version of OTLP supported to v0.5.0
Fixes #1071
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: