An OpenTelemetryTraceCondition object represents a condition to trigger generating OpenTelemetry Traces.
These conditions con be configured in a settings file (see logging.opentelemetry_trace_conditions) or manipulated at runtime using the REST API calls listed in OpenTelemetryTraceConditions endpoint.
OpenTelemetryTraceConditionRepresents an OpenTelemetryTrace condition.
| Object Properties: | |
|---|---|
|
|
Example:
{
"acl": "192.0.2.1/32",
"edns_option_required": false,
"qid": 1,
"qnames": ["example.com.", "example.net."],
"qtypes": ["AAAA", "A"],
"traceid_only": false
"type": "OpenTelemetryTraceCondition"
}