Skip to content

Commit

Permalink
chore: rename simple processor to default processor
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinkuu committed Jan 7, 2025
1 parent 90d331d commit ee72e3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specification/metrics/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ linkTitle: SDK
* [MeasurementProcessor operations](#measurementprocessor-operations)
+ [OnMeasure](#onmeasure)
* [Built-in processors](#built-in-processors)
+ [SimpleProcessor](#simpleprocessor)
+ [DefaultProcessor](#defaultprocessor)
- [Exemplar](#exemplar)
* [ExemplarFilter](#exemplarfilter)
+ [AlwaysOn](#alwayson)
Expand Down Expand Up @@ -1040,9 +1040,9 @@ A `MeasurementProcessor` SHOULD invoke `OnMeasure` on the next registered proces

### Built-in processors

The standard OpenTelemetry SDK MUST implement simple processor as described below.
The standard OpenTelemetry SDK MUST implement default processor as described below.

#### SimpleProcessor
#### DefaultProcessor

This is an implementation of `MeasurementProcessor` which calculates an in-memory state from incoming `Measurements`.

Expand Down

0 comments on commit ee72e3f

Please sign in to comment.