Account-level metrics.
Get metrics at the account level.
Metric sets
active-basins
Returns a label
metric representing all basins which had at least one stream within the specified period.
This can be used to determine which basins to request basin-specific metrics for, when attempting to summarize account-level metrics for a period.
Requires a start
and end
timestamp.
account-ops
Returns a set of accumulation
metrics, one per account operation. Each account-level request is a single operation, and this endpoint will return as many timeseries as there are distinct basin operations with non-zero values within the specified period.
Requires a start
and end
timestamp. Accepts an optional interval
parameter for minute
/ hour
/ day
aggregations.
account-metrics
, basin-metrics
, and stream-metrics
are also account operations that are metered the same way!Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Metric set to return.
active-basins
, account-ops
Start timestamp as Unix epoch seconds, if applicable for the metric set.
x >= 0
End timestamp as Unix epoch seconds, if applicable for the metric set.
x >= 0
Interval to aggregate over for timeseries metric sets.
minute
, hour
, day
Response
The response is of type object
.