Add SummaryDataPoint support to Metrics proto (opentelemetry/opentele…#227
Add SummaryDataPoint support to Metrics proto (opentelemetry/opentele…#227bogdandrutu merged 4 commits intoopen-telemetry:masterfrom
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. |
rakyll
left a comment
There was a problem hiding this comment.
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. |
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
|
All comments addressed. |
|
@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)