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

OpenTelemetry Python exporters for Google Cloud Monitoring and Trace

Results 72 opentelemetry-operations-python issues
Sort by recently updated
recently updated
newest added

Until https://github.com/googleapis/proto-plus-python/issues/326 is fixed, client libraries don't properly support 3.11

Until https://github.com/googleapis/proto-plus-python/issues/326 is fixed, client libraries don't properly support 3.11. Revert https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/205

Spans that are automatically issued when my application running on Cloud Functions receives HTTP requests and other spans that are created by explicitly entering span in my code are tied...

bug
priority: p2

Hi I'm trying to get in opentelemetry, the gcp propogator & exporter and the opentelemetry-instrumentation package... that's a bit of a nightmare as they all build against specific beta versions...

enhancement
priority: p1

I have this in myy pyproject.toml and I'd like to upgrade ``` opentelemetry-instrumentation-fastapi = "0.17b0" opentelemetry-instrumentation-asyncpg = "0.17b0" opentelemetry-exporter-google-cloud = "0.17b0" ``` So it seems like `opentelemetry-exporter-google-cloud` was split in...

bug
priority: p1
metrics

Instead, use OTel resource semantic conventions. See Go reference impl https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/blob/402639db27fdf8e5143cfd8a871d40cbe10d4bd2/exporter/metric/metric.go#L365

monitoring
priority: p2

Delete https://pypi.org/project/opentelemetry-exporter-cloud-trace/ and https://pypi.org/project/opentelemetry-exporter-cloud-monitoring/ from PyPI in a while after we know it is unused. Charts of usage here: - https://pepy.tech/project/opentelemetry-exporter-cloud-trace - https://pepy.tech/project/opentelemetry-exporter-cloud-monitoring

priority: p3

Run the test suite on Windows as well and fix any issues

trace
priority: p3
enhancement accepted