Migrate GCP OTel exporters to OTLP - #945
Conversation
The GoogleCloudPlatform/opentelemetry-operations-go metric and trace exporters are deprecated. Replace them with the standard OTLP gRPC exporters pointed at telemetry.googleapis.com, as in transparency-dev/tessera#1169. Unblocks transparency-dev#944.
AlCutter
left a comment
There was a problem hiding this comment.
Note that the metric names change with this new exporter: https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/blob/main/MIGRATION.md#migrate-from-google-cloud-monitoring-exporter-to-otlp-exporter
|
Thanks. That's quite a change, and it should definitely be mentioned in release notes. I'll submit this PR in the interest of moving forward, but should we introduce a |
Yeah, that sounds like a good idea! |
The GoogleCloudPlatform/opentelemetry-operations-go metric and trace exporters are deprecated. Replace them with the standard OTLP gRPC exporters pointed at telemetry.googleapis.com, as in transparency-dev/tessera#1169. Unblocks #944.