Spy On Histograms

Spy On Histograms

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

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

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

string
host
Optional

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

string of array
histogramTagKey
Optional

List a histogram only if it has the specified tag key. Add this parameter multiple times to specify multiple tags, e.g. histogramTagKey=cluster&histogramTagKey=shard put cluster in the first line, put shard in the second line as values

number
sampling
Optional
Constraints: default: 0.01

sampling


Authentication
This operation uses the following authentication methods.
Responses
default

successful operation

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/spy/histograms