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

SDK Observability

Open lzchen opened this issue 9 months ago • 1 comments

Is your feature request related to a problem?

We want to be able to monitor (with metrics) whether or not records (logs, spans, metrics) being sent by exporters are being successfully exporter, the durations and the error code (if erroneous).

Describe the solution you'd like

SDK related metrics are defined in sem conv. We can use the metrics api to create instruments to represent actions taken by the SDK.

Java has implemented something similar for their BSPs. Go issue: https://github.com/open-telemetry/opentelemetry-go/issues/2547

Describe alternatives you've considered

No response

Additional Context

No response

Would you like to implement a fix?

None

lzchen avatar Feb 28 '25 01:02 lzchen

@aabmass / @ocelotl / @lzchen / @xrmx please review this issue and assign it to me

Ananyasinha13 avatar Apr 10 '25 09:04 Ananyasinha13