This project is in the process of being donated to the CNCF and is not affiliated with the Kubernetes project.

opentelemetry.proto

Package: solo.io.envoy.config.trace.v3 Types:

Source File: github.com/solo-io/gloo/projects/gloo/api/external/envoy/config/trace/v3/opentelemetry.proto


OpenTelemetryConfig

Configuration for the OpenTelemetry tracer. [#extension: envoy.tracers.opentelemetry]

"collectorUpstreamRef": .core.solo.io.ResourceRef
"clusterName": string
Field Type Description
collectorUpstreamRef .core.solo.io.ResourceRef The upstream to use for submitting traces to the OpenTelemetry agent. Only one of collectorUpstreamRef or clusterName can be set.
clusterName string The name of the Envoy cluster to use for submitting traces to the OpenTelemetry agent. Only one of clusterName or collectorUpstreamRef can be set.