Get metrics at the basin level.
basin-opsaccumulation metrics, one per basin operation. Each basin-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.
basin-storagegauge of cumulative stored bytes, per hour, aggregated across all streams within the basin.
Requires a start and end timestamp.
append-opsaccumulation of append operations aggregated across all streams within the basin, grouped by storage class.
An append operation is defined as one minute of appends to a single stream, using a single TCP connection.
For instance, 10 unary appends to stream X, each initializing a new connection, would be 10 append operations. 10 unary or streaming session appends to stream X, on a single TCP connection, within a single minute, would be 1 append operation.
Requires a start and end timestamp. Accepts an optional interval parameter for minute / hour / day aggregations.
append-bytesaccumulation metrics of appended throughput in bytes, aggregated across all streams within the basin: one for appends against express storage class streams, and another for appends against standard storage class streams.
Requires a start and end timestamp. Accepts an optional interval parameter for minute / hour / day aggregations.
read-opsaccumulation metrics of read operations, aggregated across all streams within the basin: one for reads from cold storage (records older than 20 seconds), and another for reads against hot storage.
A read operation is defined as one minute of reads from a single stream, using a single TCP connection.
For instance, 10 unary reads from stream X, each initializing a new connection, would be 10 read operations. 10 unary or streaming session reads from stream X, on a single TCP connection, within a single minute, would be 1 read operation.
Requires a start and end timestamp. Accepts an optional interval parameter for minute / hour / day aggregations.
read-bytesaccumulation of read throughput in bytes, aggregated across all streams within the basin.
Requires a start and end timestamp. Accepts an optional interval parameter for minute / hour / day aggregations.
Bearer authentication header of the form Bearer <token>, where <token> is your access token.
Basin name.
1 - 48Metric set to return.
storage, append-ops, read-ops, read-throughput, append-throughput, basin-ops Start timestamp as Unix epoch seconds, if applicable for the metric set.
x >= 0End timestamp as Unix epoch seconds, if applicable for the metric set.
x >= 0Interval to aggregate over for timeseries metric sets.
minute, hour, day Metrics comprising the set.
Single named value.