prometheus operator v0.71.2
Prometheus.spec.volumes[].projected.sources[].configMap.spec.tracingConfig
EXPERIMENTAL: TracingConfig configures tracing in Prometheus. This is an experimental feature, it may change in any upcoming release in a breaking way.
| Field / Type | Description |
|---|---|
clientType | Client used to export the traces. Supported values are `http` or `grpc`.
|
compression | Compression key for supported compression types. The only supported value is `gzip`.
|
endpoint | Endpoint to send the traces to. Should be provided in format <host>:<port>.
|
Key-value pairs to be used as headers associated with gRPC or HTTP requests. | |
insecure | If disabled, the client will use a secure connection. |
Sets the probability a given trace will be sampled. Must be a float from 0 through 1.
| |
timeout | Maximum time the exporter will wait for each batch export.
|
TLS Config to use when sending traces. |