You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/otel/sdk-metrics.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -483,7 +483,6 @@ E.g. for Java the fully qualified classname SHOULD be used in this case.
483
483
<!-- END AUTOGENERATED TEXT -->
484
484
<!-- endsemconv -->
485
485
486
-
487
486
### Metric: `otel.sdk.log.count`
488
487
489
488
This metric is [recommended][MetricRecommended].
@@ -642,7 +641,8 @@ This metric is [recommended][MetricRecommended].
642
641
|`otel.sdk.processor.log.processed.count`| Counter |`{LogRecord}`| The number of LogRecords for which the processing has finished, either successful or failed [1]||
643
642
644
643
**[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.
Copy file name to clipboardexpand all lines: model/otel/metrics.yaml
+2-1
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,8 @@ groups:
152
152
brief: "The number of LogRecords for which the processing has finished, either successful or failed"
153
153
note: |
154
154
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.
0 commit comments