Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var NewJSONLogsMarshaler = plog.NewJSONMarshaler
NewJSONLogsMarshaler returns a model.LogsMarshaler. Marshals to OTLP json bytes. Deprecated: [v0.49.0] Use plog.NewJSONMarshaler instead.
var NewJSONLogsUnmarshaler = plog.NewJSONUnmarshaler
NewJSONLogsUnmarshaler returns a model.LogsUnmarshaler. Unmarshals from OTLP json bytes. Deprecated: [v0.49.0] Use plog.NewJSONUnmarshaler instead.
var NewJSONMetricsMarshaler = pmetric.NewJSONMarshaler
NewJSONMetricsMarshaler returns a model.MetricsMarshaler. Marshals to OTLP json bytes. Deprecated: [v0.49.0] Use pmetric.NewJSONMarshaler instead.
var NewJSONMetricsUnmarshaler = pmetric.NewJSONUnmarshaler
NewJSONMetricsUnmarshaler returns a model.MetricsUnmarshaler. Unmarshals from OTLP json bytes. Deprecated: [v0.49.0] Use pmetric.NewJSONUnmarshaler instead.
var NewJSONTracesMarshaler = ptrace.NewJSONMarshaler
NewJSONTracesMarshaler returns a model.TracesMarshaler. Marshals to OTLP json bytes. Deprecated: [v0.49.0] Use ptrace.NewJSONMarshaler instead.
var NewJSONTracesUnmarshaler = ptrace.NewJSONUnmarshaler
NewJSONTracesUnmarshaler returns a model.TracesUnmarshaler. Unmarshals from OTLP json bytes. Deprecated: [v0.49.0] Use ptrace.NewJSONUnmarshaler instead.
var NewProtobufLogsMarshaler = plog.NewProtoMarshaler
NewProtobufLogsMarshaler returns a pdata.LogsMarshaler. Marshals to OTLP binary protobuf bytes. Deprecated: [v0.49.0] Use plog.NewProtoMarshaler instead.
var NewProtobufLogsUnmarshaler = plog.NewProtoUnmarshaler
NewProtobufLogsUnmarshaler returns a model.LogsUnmarshaler. Unmarshals from OTLP binary protobuf bytes. Deprecated: [v0.49.0] Use plog.NewProtoUnmarshaler instead.
var NewProtobufMetricsMarshaler = pmetric.NewProtoMarshaler
NewProtobufMetricsMarshaler returns a pdata.MetricsMarshaler. Marshals to OTLP binary protobuf bytes. Deprecated: [v0.49.0] Use pmetric.NewProtoMarshaler instead.
var NewProtobufMetricsUnmarshaler = pmetric.NewProtoUnmarshaler
NewProtobufMetricsUnmarshaler returns a model.MetricsUnmarshaler. Unmarshals from OTLP binary protobuf bytes. Deprecated: [v0.49.0] Use pmetric.NewProtoUnmarshaler instead.
var NewProtobufTracesMarshaler = ptrace.NewProtoMarshaler
NewProtobufTracesMarshaler returns a pdata.TracesMarshaler. Marshals to OTLP binary protobuf bytes. Deprecated: [v0.49.0] Use ptrace.NewProtoMarshaler instead.
var NewProtobufTracesUnmarshaler = ptrace.NewProtoUnmarshaler
NewProtobufTracesUnmarshaler returns a model.TracesUnmarshaler. Unmarshals from OTLP binary protobuf bytes. Deprecated: [v0.49.0] Use ptrace.NewProtoUnmarshaler instead.
Functions ¶
This section is empty.
Types ¶
This section is empty.