Skip to main content
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<date-time>

Start time for the query.

Example:

"2023-01-01T00:00:00Z"

end_time
string<date-time>

End time for the query.

Example:

"2023-01-02T00:00:00Z"

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

Metrics retrieved

exponential_histograms
object[]
gauges
object[]
histograms
object[]
sums
object[]
summaries
object[]