Prometheus.spec.containers[].env[].valueFrom.resourceFieldRef.spec.tracingConfig
tracingConfig defines tracing in Prometheus. This is an *experimental feature*, it may change in any upcoming release in a breaking way.
| Field / Type | Description |
|---|---|
clientType | clientType defines the client used to export the traces. Supported values are `HTTP` and `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>.
|
headers defines the key-value pairs to be used as headers associated with gRPC or HTTP requests. | |
insecure | insecure if disabled, the client will use a secure connection. |
samplingFraction defines the probability a given trace will be sampled. Must be a float from 0 through 1.
| |
timeout | timeout defines the maximum time the exporter will wait for each batch export.
|
tlsConfig to use when sending traces. |