💨Metrics

We refer time series data as Metrics. Currently, we support users to submit two types of metric data.

Counter

Counter represents the cumulative value at a given time, each data point reported is a delta value (add or subtract) to the last value. Usually used to record e.g the accumulated number of tokens transferred.

To see a complete example about how to use it, start from Monitor Coinbase cbETH Mint/Burn (via Events)

Gauge

Gauge represents a sampled value at a given time, each data point reported is the current value. Usually used to record e.g. balance or total Supply. To see a complete example about how to use it, start from Monitor totalSupply of cbETH (via Interval)

Series

Last updated