Deprecated Stackdriver Exporter
This exporter has been renamed to the Google Cloud exporter.
stackdriver
exporter configurations will continue to work for the sake of backwards compatibility.
stackdriver
exporter supports the same configuration options as Google Cloud
exporter.
Recommendations
Please use the Google Cloud exporter or migrate to it by
changing the exporter entry in your config from stackdriver
to googlecloud
and updating your
pipelines to use this new key. All other configuration can rename the same. An example migration
diff might look like this:
exporters:
- stackdriver:
+ googlecloud
project: otel-starter-project
use_insecure: false
processors:
batch:
service:
pipelines:
traces:
receivers: [otlp]
processors: [batch]
- exporters: [stackdriver]
+ exporters: [googlecloud]