Get metrics at the basin level.
basin-ops
accumulation
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-storage
gauge
of cumulative stored bytes, per hour, aggregated across all streams within the basin.
Requires a start
and end
timestamp.
append-ops
accumulation
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-bytes
accumulation
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-ops
accumulation
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-bytes
accumulation
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.
Metric 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 >= 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
The response is of type object
.