opentelemetry-operations-python
opentelemetry-operations-python copied to clipboard
OpenTelemetry Python exporters for Google Cloud Monitoring and Trace
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...
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...
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...
Instead, use OTel resource semantic conventions. See Go reference impl https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/blob/402639db27fdf8e5143cfd8a871d40cbe10d4bd2/exporter/metric/metric.go#L365
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
Run the test suite on Windows as well and fix any issues