Spy On Spans

Spy On Spans

Try it Out button won't work in this case, as it's a streaming API. Endpoint: https:// .wavefront.com/api/spy/spans Details usage can be find at: https://docs.wavefron.com/wavefront_monitoring_spy.html#get-ingested-spans-with-spy

Request
URI
GET
https://{api_host}/api/spy/spans
COPY
Query Parameters
string
name
Optional

List a span only if its operation name starts with the specified case-sensitive prefix. E.g., name=orderShirt matches spans named orderShirt and orderShirts, but not OrderShirts.

string
host
Optional

List a span only if the name of its source starts with the specified case-sensitive prefix.

string of array
spanTagKey
Optional

List a span only if it has the specified span tag key. Add this parameter multiple times to specify multiple span tags, e.g. spanTagKey=cluster&spanTagKey=shard

number
sampling
Optional

goes from 0 to 1 with 0.01 being 1%


Authentication
This operation uses the following authentication methods.
Responses
default

successful operation

Operation doesn't return any data structure