opentelemetry-php icon indicating copy to clipboard operation
opentelemetry-php copied to clipboard

OtlpGrpc exporter for metrics

Open erdemkose opened this issue 2 years ago • 2 comments

Closes #700

A new exporter for metrics using OTLP format. It is basically a copy of the existing OpenTelemetry\Contrib\OtlpGrpc\Exporter exporter for traces. OTLP conversion is borrowed from OpenTelemetry\Contrib\Otlp\SpanConverter.

I also tried to update the metric related classes to use ResourceInfo and InstrumentationScope as it was defined in the documentation. I am not 100% sure if I understood/followed them correctly.

erdemkose avatar Jun 21 '22 00:06 erdemkose

It looks like I need to solve API on SDK issue first.

erdemkose avatar Jun 21 '22 01:06 erdemkose

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Aug 11 '22 23:08 stale[bot]

Closing this PR since it was already implemented in https://github.com/open-telemetry/opentelemetry-php/pull/750

erdemkose avatar Aug 15 '22 14:08 erdemkose