exporter property
Exporter that is used to view the distributed trace captured using the chosen trace protocol.
An exporter sends traces to any backend that is capable of consuming them. Recorded spans can be exported by registered exporters.
Required. Possible string values are:
- "EXPORTER_UNSPECIFIED" : Exporter unspecified
- "JAEGER" : Exports events to Jaeger. Compatible with OpenCensus protocol.
- "CLOUD_TRACE" : Exports events to Cloud Trace. Compatible with OpenCensus protocol.
- "OPEN_TELEMETRY_COLLECTOR" : OpenTelemetry Collector. Compatible with OpenTelemetry protocol.
- "OPEN_TELEMETRY_CLOUD_TRACE" : Exports events to Cloud Trace. Compatible with OpenTelemetry protocol.
Implementation
core.String? exporter;