Skip to main content
Atoti Server provides metrics through the OpenTelemetry API, which can be used with a variety of observability backends. See how to set up observability with OpenTelemetry SDK here. By default, Atoti provides metrics for a variety of components.

Metrics Types

Atoti use the OpenTelemetry API to provide metrics. The metrics are divided into 3 types:
  • Gauge: A metric that represents a sampled value at a given time.
  • Sum: A cumulative metric that represents a sum of individual measurements made over a period of time.
  • Histogram: A metric that samples observations (usually things like request durations or response sizes) and counts them in buckets.
See the OpenTelemetry documentation for more information.

Metrics Tags

Metrics are augmented with tags, allowing to get more information about the metric itself. That information can be used to filter or group the metrics.

Metrics Available

The following metrics are provided by Atoti: