Skip to content

Commit 14c9e2e

Browse files
committed
Add to changelog and add status
1 parent 70dab0d commit 14c9e2e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ release.
1313

1414
### Metrics
1515

16+
- Development: Define `remove` operations for synchronous metric instruments. [#4702](https://github.com/open-telemetry/opentelemetry-specification/pulls/4702)
17+
1618
### Logs
1719

1820
### Baggage

specification/metrics/api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,7 @@ counterPowerUsed.Add(200, new PowerConsumption { customer = "Jerry" }, ("is_gree
603603
```
604604

605605
##### Remove
606+
_Status: Development_
606607

607608
Unregister the Counter. It will no longer be reported.
608609

@@ -862,6 +863,7 @@ httpServerDuration.Record(100, new HttpRequestAttributes { method = "GET", schem
862863
```
863864

864865
##### Remove
866+
_Status: Development_
865867

866868
Unregister the Histogram. It will no longer be reported.
867869

@@ -979,6 +981,7 @@ backgroundNoiseLevel.record(2.5, roomB);
979981
```
980982

981983
##### Remove
984+
_Status: Development_
982985

983986
Unregister the Gauge. It will no longer be reported.
984987

@@ -1243,6 +1246,7 @@ customersInStore.Add(-1, new Account { Type = "residential" });
12431246
```
12441247

12451248
##### Remove
1249+
_Status: Development_
12461250

12471251
Unregister the UpDownCounter. It will no longer be reported.
12481252

0 commit comments

Comments
 (0)