Skip to content

Commit cdd66a9

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

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,8 @@ counterPowerUsed.Add(200, new PowerConsumption { customer = "Jerry" }, ("is_gree
604604

605605
##### Remove
606606

607+
_Status: Development_
608+
607609
Unregister the Counter. It will no longer be reported.
608610

609611
This API SHOULD NOT return a value (it MAY return a dummy value if required by
@@ -863,6 +865,8 @@ httpServerDuration.Record(100, new HttpRequestAttributes { method = "GET", schem
863865

864866
##### Remove
865867

868+
_Status: Development_
869+
866870
Unregister the Histogram. It will no longer be reported.
867871

868872
This API SHOULD NOT return a value (it MAY return a dummy value if required by
@@ -980,6 +984,8 @@ backgroundNoiseLevel.record(2.5, roomB);
980984

981985
##### Remove
982986

987+
_Status: Development_
988+
983989
Unregister the Gauge. It will no longer be reported.
984990

985991
This API SHOULD NOT return a value (it MAY return a dummy value if required by
@@ -1244,6 +1250,8 @@ customersInStore.Add(-1, new Account { Type = "residential" });
12441250

12451251
##### Remove
12461252

1253+
_Status: Development_
1254+
12471255
Unregister the UpDownCounter. It will no longer be reported.
12481256

12491257
This API SHOULD NOT return a value (it MAY return a dummy value if required by

0 commit comments

Comments
 (0)