We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12cd1b1 commit 074466bCopy full SHA for 074466b
CHANGELOG.md
@@ -15,6 +15,9 @@ release.
15
16
### Logs
17
18
+- Fix `Resource` field type in Logs Data Model.
19
+ ([#3826](https://github.com/open-telemetry/opentelemetry-specification/pull/3826))
20
+
21
### Resource
22
23
### OpenTelemetry Protocol
specification/logs/data-model.md
@@ -415,7 +415,7 @@ source. This field is optional.
415
416
### Field: `Resource`
417
418
-Type: `map<string, any>`.
+Type: [Resource](../resource/sdk.md).
419
420
Description: Describes the source of the log, aka
421
[resource](../overview.md#resources). Multiple occurrences of events coming from
0 commit comments