package rs.devtools.common

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Field

common.proto:78

A message representing a key-value pair of data associated with a `Span`

Used in: logs.LogEvent, spans.SpanEvent.Recorded, spans.SpanEvent.Span

message Location

common.proto:6

A Rust source code location.

Used in: Metadata

message Metadata

common.proto:18

Metadata associated with an event of span.

Used in: NewMetadata

enum Metadata.Kind

common.proto:36

Indicates whether metadata is associated with a span or with an event.

Used in: Metadata

enum Metadata.Level

common.proto:46

Describes the level of verbosity of a span or event. Corresponds to `Level` in the `tracing` crate.

Used in: Metadata, instrument.Filter

message NewMetadata

common.proto:70

One metadata element registered since the last update.

Used in: instrument.Update