Docs Connect Components Tracers gcp_cloudtrace gcp_cloudtrace Available in: Cloud, Self-Managed Send tracing events to a Google Cloud Trace. Introduced in version 4.2.0. Common Advanced # Common config fields, showing default values tracer: gcp_cloudtrace: project: "" # No default (required) sampling_ratio: 1 flush_interval: "" # No default (optional) # All config fields, showing default values tracer: gcp_cloudtrace: project: "" # No default (required) sampling_ratio: 1 tags: {} flush_interval: "" # No default (optional) Fields project The google project with Cloud Trace API enabled. If this is omitted then the Google Cloud SDK will attempt auto-detect it from the environment. Type: string sampling_ratio Sets the ratio of traces to sample. Tuning the sampling ratio is recommended for high-volume production workloads. Type: float Default: 1 # Examples sampling_ratio: 1 tags A map of tags to add to tracing spans. Type: object Default: {} flush_interval The period of time between each flush of tracing spans. Type: string Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution Tracers none