POST
/
query
/
metrics

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
start_time
string

Start time for the query.

end_time
string

End time for the query.

service_name
string

Filter metrics by service name.

metric_name
string

Filter metrics by name.

limit
integer
default:
100

Limit the number of results.

Response

200
application/json
Metrics retrieved
exponential_histograms
object[]
gauges
object[]
histograms
object[]
sums
object[]
summaries
object[]