> ## Documentation Index
> Fetch the complete documentation index at: https://otel.fyi/llms.txt
> Use this file to discover all available pages before exploring further.

# Deltatorate

> OpenTelemetry processor for Deltatorate

# Deltatorate Processor

![Status](https://img.shields.io/badge/status-alpha-red)

**Available in:** `contrib`, `k8s`

**Maintainers:** [@Aneurysm9](https://github.com/Aneurysm9)

**Source:** [opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/deltatorateprocessor)

## Supported Telemetry

![Metrics](https://img.shields.io/badge/metrics-alpha-green)

## Overview

**Status: under development; Not recommended for production usage.**

## Configuration

Configuration is specified through a list of metrics. The processor uses metric names to identify a set of delta sum metrics and calculates the rates which are gauges.

```yaml theme={null}
processors:
    # processor name: deltatorate
    deltatorate:

        # list the delta sum metrics to calculate the rate. This is a required field.
        metrics:
            - <metric_1_name>
            - <metric_2_name>
            .
            .
            - <metric_n_name>
```

[development]: https://github.com/open-telemetry/opentelemetry-collector#development

[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib

## Configuration

### Example Configuration

```yaml theme={null}
deltatorate:
  metrics:
    - metric1
    - metric2

deltatorate/missing_name:
    metrics:
```

***

*Last generated: 2026-07-06*
