Description
Indicates the size of the largest gap encountered within a 24-hour window.
Please consult the Detailed Documentation
metric=max_gap
Metric Columns
These are stored in the database and are returned by the measurements service. They can also be used to filter queries to that service.
For example, the query URL could contain
value=X
to retrieve only measurements with that value, or
value_gt=X
for measurements that exceed X.
The available extensions for parameter names are:
_eq
- Equal (the default if no extension is used)._ne
- Not equal._gt
- Greater than._ge
- Greater than or equal._lt
- Less than._le
- Less than or equal.
Name | Type | Description |
value |
DOUBLE PRECISION | Maximum gap length (s) in a day. |
start |
TIMESTAMPTZ | The start time of a measurement for this metric. |
end |
TIMESTAMPTZ | The end time of a measurement for this metric. |
lddate |
TIMESTAMPTZ | The Time when this measurement was added to the database. |