Meter

interface Meter

Interface for creating metric instruments.

Follows OpenTelemetry Metrics API patterns.

Since

0.4.0

Inheritors

Functions

Link copied to clipboard
abstract fun counterBuilder(name: String): CounterBuilder

Create a counter builder.

Link copied to clipboard
abstract fun gaugeBuilder(name: String): GaugeBuilder

Create a gauge builder.

Link copied to clipboard

Create a histogram builder.