Required. 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.
Distributed trace configuration for all API proxies in an environment. You can also override the configuration for a specific API proxy using the distributed trace configuration overrides API.
Exporter
Supported values for the exporter. Once configured, it cannot be modified.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-06 UTC."],[[["TraceConfig defines the configurations for distributed tracing within an environment."],["The `exporter` field specifies which exporter (e.g., Jaeger, Cloudtrace) is used to view distributed traces, and this configuration is immutable."],["The `endpoint` field specifies the URL of the configured exporter."],["`samplingConfig` allows for setting the distributed trace configuration across all API proxies, with the possibility of overriding for specific proxies."]]],[]]