Skip to content

Commit 49ac8f3

Browse files
committedFeb 19, 2025
linting
1 parent 2b3e155 commit 49ac8f3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎docs/otel/sdk-metrics.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,6 @@ E.g. for Java the fully qualified classname SHOULD be used in this case.
483483
<!-- END AUTOGENERATED TEXT -->
484484
<!-- endsemconv -->
485485

486-
487486
### Metric: `otel.sdk.log.count`
488487

489488
This metric is [recommended][MetricRecommended].
@@ -642,7 +641,8 @@ This metric is [recommended][MetricRecommended].
642641
| `otel.sdk.processor.log.processed.count` | Counter | `{LogRecord}` | The number of LogRecords for which the processing has finished, either successful or failed [1] | ![Development](https://img.shields.io/badge/-development-blue) |
643642

644643
**[1]:** For successful processing, `error.type` MUST NOT be set. For failed processing, `error.type` must contain the failure cause.
645-
For the SDK Simple and Batching LogRecord Processor a LogRecord is considered to be processed already when it has been submitted to the exporter, not when the corresponding export call has finished.
644+
For the SDK Simple and Batching LogRecord Processor a LogRecord is considered to be processed already when it has been submitted to the exporter,
645+
not when the corresponding export call has finished.
646646

647647
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
648648
|---|---|---|---|---|---|

‎model/otel/metrics.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ groups:
152152
brief: "The number of LogRecords for which the processing has finished, either successful or failed"
153153
note: |
154154
For successful processing, `error.type` MUST NOT be set. For failed processing, `error.type` must contain the failure cause.
155-
For the SDK Simple and Batching LogRecord Processor a LogRecord is considered to be processed already when it has been submitted to the exporter, not when the corresponding export call has finished.
155+
For the SDK Simple and Batching LogRecord Processor a LogRecord is considered to be processed already when it has been submitted to the exporter,
156+
not when the corresponding export call has finished.
156157
instrument: counter
157158
unit: "{LogRecord}"
158159
attributes:

0 commit comments

Comments
 (0)