v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBspanAnalytics
Get filter fields for span analytics queries.
Get a list of available fields which can be used in span analytics queries.
get/v1/tracing/spanquery/fields
Response
List of available fields.
Example response
{
"fields": [
{
"field": "operation",
"fieldType": "SpanEventAttribute",
"description": "A piece of the workflow represented by a span",
"type": "StringTracingValue",
"noValuesReason": {
"code": "HighCardinalityField",
"message": "Autocomplete has been disabled for this field due to high cardinality."
}
}
]
}