File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ release.
17
17
([ #3943 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3943 ) )
18
18
- Add option to disable target info metric to Prometheus exporters.
19
19
([ #3872 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3872 ) )
20
+ - Add synchronous gauge entry to sum monotonic table.
21
+ ([ #3977 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3977 ) )
20
22
21
23
### Logs
22
24
Original file line number Diff line number Diff line change @@ -560,13 +560,14 @@ The Sum Aggregation informs the SDK to collect data for the
560
560
561
561
The monotonicity of the aggregation is determined by the instrument type:
562
562
563
- | Instrument Kind | ` SumType ` |
564
- | --- | --- |
565
- | [ Counter] ( ./api.md#counter ) | Monotonic |
566
- | [ UpDownCounter] ( ./api.md#updowncounter ) | Non-Monotonic |
567
- | [ Histogram] ( ./api.md#histogram ) | Monotonic |
568
- | [ Asynchronous Gauge] ( ./api.md#asynchronous-gauge ) | Non-Monotonic |
569
- | [ Asynchronous Counter] ( ./api.md#asynchronous-counter ) | Monotonic |
563
+ | Instrument Kind | ` SumType ` |
564
+ | -------------------------------------------------------------------| ---------------|
565
+ | [ Counter] ( ./api.md#counter ) | Monotonic |
566
+ | [ UpDownCounter] ( ./api.md#updowncounter ) | Non-Monotonic |
567
+ | [ Histogram] ( ./api.md#histogram ) | Monotonic |
568
+ | [ Gauge] ( ./api.md#gauge ) | Non-Monotonic |
569
+ | [ Asynchronous Gauge] ( ./api.md#asynchronous-gauge ) | Non-Monotonic |
570
+ | [ Asynchronous Counter] ( ./api.md#asynchronous-counter ) | Monotonic |
570
571
| [ Asynchronous UpDownCounter] ( ./api.md#asynchronous-updowncounter ) | Non-Monotonic |
571
572
572
573
This Aggregation does not have any configuration parameters.
You can’t perform that action at this time.
0 commit comments