Skip to content

Commit a99e1ab

Browse files
authored
[chore] add missing stability for es receiver metric (open-telemetry#43899)
This patch adds the missing stability definition for the `elasticsearch.node.open_files` metric. Spotted at open-telemetry/opentelemetry-collector#13920. Signed-off-by: ChrsMark <[email protected]>
1 parent b574a93 commit a99e1ab

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

receiver/elasticsearchreceiver/documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,9 @@ Total number of failed ingest operations during the lifetime of this node.
464464
465465
The number of open file descriptors held by the node.
466466
467-
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
468-
| ---- | ----------- | ---------- | ----------------------- | --------- |
469-
| {files} | Sum | Int | Cumulative | false |
467+
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
468+
| ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
469+
| {files} | Sum | Int | Cumulative | false | development |
470470
471471
### elasticsearch.node.operations.completed
472472

receiver/elasticsearchreceiver/metadata.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,8 @@ metrics:
753753
enabled: true
754754
elasticsearch.node.open_files:
755755
description: The number of open file descriptors held by the node.
756+
stability:
757+
level: development
756758
unit: "{files}"
757759
sum:
758760
monotonic: false

0 commit comments

Comments
 (0)