Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.17 KB

File metadata and controls

47 lines (29 loc) · 1.17 KB

loadbalancing

Internal Telemetry

The following telemetry is emitted by this component.

otelcol_loadbalancer_backend_latency

Response latency in ms for the backends.

Unit Metric Type Value Type
ms Histogram Int

otelcol_loadbalancer_backend_outcome

Number of successes and failures for each endpoint.

Unit Metric Type Value Type Monotonic
{outcomes} Sum Int true

otelcol_loadbalancer_num_backend_updates

Number of times the list of backends was updated.

Unit Metric Type Value Type Monotonic
{updates} Sum Int true

otelcol_loadbalancer_num_backends

Current number of backends in use.

Unit Metric Type Value Type
{backends} Gauge Int

otelcol_loadbalancer_num_resolutions

Number of times the resolver has triggered new resolutions.

Unit Metric Type Value Type Monotonic
{resolutions} Sum Int true