exporter property

String? exporter
getter/setter pair

Exporter that is used to view the distributed trace captured using OpenCensus.

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" : Jaeger exporter
  • "CLOUD_TRACE" : Cloudtrace exporter

Implementation

core.String? exporter;