Skip to main content

SpanDiscoveryResponse

service_namestring

Service name

time_range object
startstring<date-time>

Start of time range

endstring<date-time>

End of time range

total_countinteger<int64>

Total number of spans in the time range

span_namesstring[]

Available span names

status_codes object[]

Breakdown of spans by status code

  • Array [
  • status_codestring

    Status code (OK, ERROR, UNSET)

    countinteger<int64>

    Number of spans with this status code

  • ]
  • span_attribute_keysstring[]

    Available span attribute keys

    resource_attribute_keysstring[]

    Available resource attribute keys

    SpanDiscoveryResponse
    {
    "service_name": "string",
    "time_range": {
    "start": "2024-07-29T15:51:28.071Z",
    "end": "2024-07-29T15:51:28.071Z"
    },
    "total_count": 0,
    "span_names": [
    "string"
    ],
    "status_codes": [
    {
    "status_code": "string",
    "count": 0
    }
    ],
    "span_attribute_keys": [
    "string"
    ],
    "resource_attribute_keys": [
    "string"
    ]
    }
    Was this page helpful?