Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScopeRecords ¶
type ScopeRecords struct { // Name is the name of the instrumentation scope. Name string // Version is the version of the instrumentation scope. Version string // SchemaURL of the telemetry emitted by the scope. SchemaURL string // Records are the log records this instrumentation scope recorded. Records []otellog.Record }
ScopeRecords represents the records for a single instrumentation scope.
Click to show internal directories.
Click to hide internal directories.