-
Notifications
You must be signed in to change notification settings - Fork 264
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 SummaryDataPoint support to Metrics proto (opentelemetry/opentele… #227
Conversation
|
6e615f6
to
30e6ce5
Compare
Please consider the main use case for I've added Not sure if we need to support both Not sure if we need to support |
f469c95
to
758d2c1
Compare
…metry-specification#1146) * Add DoubleSummary to data * Add DoubleSummaryDataPoint * Comments
Can someone with merge permissions push and close this change please? When it is going to be released in Maven? |
We don't release this repo to maven (that is a Java specific repo, if I am not wrong). The other projects consume this repo as git submodule and generates their code. |
@open-telemetry/specs-metrics-approvers please take a look. |
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.
I'm not familiar with the OTLP yet to give a more comprehensive review but I am leaving two high level questions.
Who should I ask in order to have a released version on this code in Maven then? https://mvnrepository.com/artifact/io.opentelemetry/opentelemetry-proto |
@gcacace that is generated by the opentelemetry-java repo. So once this is merged, and the otel java repo resyncs will export this to maven. |
How can I get more traction on closing out this PR? It is currently blocking some work on our side. |
@gcacace i think the author needs to respond and fix some of the comments. |
All comments addressed. |
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
@tigrannajaryan @bogdandrutu Would it be possible to make a release with these changes right after merging this PR? We have some blocked PR's waiting for this datapoint to be added to the proto. I don't think I have the access to make a release. |
Don't need a release just update the submodule to point to the merged commit |
…metry-specification#1146)