package opentelemetry.proto.common.v1

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

message AttributeKeyValue

common.proto:27

AttributeKeyValue is a key-value pair that is used to store Span attributes, Link attributes, etc.

Used in: resource.v1.Resource, trace.v1.Span, trace.v1.Span.Event, trace.v1.Span.Link

enum AttributeKeyValue.ValueType

common.proto:29

ValueType is the enumeration of possible types that value can have.

Used in: AttributeKeyValue

message InstrumentationLibrary

common.proto:60

InstrumentationLibrary is a message representing the instrumentation library information such as the fully qualified name and version.

Used in: metrics.v1.InstrumentationLibraryMetrics, trace.v1.InstrumentationLibrarySpans

message StringKeyValue

common.proto:53

StringKeyValue is a pair of key/value strings. This is the simpler (and faster) version of AttributeKeyValue that only supports string values.

Used in: metrics.v1.DoubleDataPoint, metrics.v1.HistogramDataPoint, metrics.v1.HistogramDataPoint.Bucket.Exemplar, metrics.v1.Int64DataPoint, metrics.v1.SummaryDataPoint