TraceConfig Stay organized with collections Save and categorize content based on your preferences.
TraceConfig defines the configurations in an environment of distributed trace.
| JSON representation |
|---|
{"exporter":enum ( |
| Fields | |
|---|---|
exporter |
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. |
endpoint |
Required. Endpoint of the exporter. |
samplingConfig |
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.
| Enums | |
|---|---|
EXPORTER_UNSPECIFIED | Exporter unspecified |
JAEGER | Jaeger exporter |
CLOUD_TRACE | Cloudtrace exporter |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-17 UTC.