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 73c8e7d commit b4acb73Copy full SHA for b4acb73
opentelemetry-sdk/src/logs/in_memory_exporter.rs
@@ -56,7 +56,7 @@ pub struct OwnedLogData {
56
pub instrumentation: InstrumentationScope,
57
}
58
59
-/// `LogDataWithResource` associates a [`LogRecord`] with a [`Resource`] and
+/// `LogDataWithResource` associates a [`SdkLogRecord`] with a [`Resource`] and
60
/// [`InstrumentationScope`].
61
#[derive(Clone, Debug)]
62
pub struct LogDataWithResource {
0 commit comments