v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
spanAnalytics

Get a list of facets of a span analytics query.

Get a list of facets of a span analytics query with the specified id.

get/v1/tracing/spanquery/{queryId}/rows/{rowId}/facets

Path parameters

queryIdstring required
Example:195038749d21ad109242c95cbbc8709d

Identifier of the executed query.

rowIdstring required
Example:A

Identifier of the query row.

Response

The list of facets from the executed query.

Example response

{
  "facets": [
    {
      "name": "_sourceHost",
      "cardinality": 3,
      "dataType": "String",
      "valueFrequency": {
        "_sourceHost": 34099
      }
    }
  ]
}