Registry / observability / proto-otlp

proto-otlp

JSON →
library1.10.0gogounverified

Package otlp provides Go protobuf definitions for the OpenTelemetry Protocol (OTLP).

go get go.opentelemetry.io/proto/otlp
INSTALL
IMPORT
SIG · PROTO-OTLP
P
proto-otlp
observabilitygov1.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

otlp
go.opentelemetry.io/proto/otlp

Create an OTLP trace export request using the protobuf types.

package main import ( "fmt" "go.opentelemetry.io/proto/otlp/collector/trace/v1" ) func main() { req := &tracev1.ExportTraceServiceRequest{} fmt.Println(req) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.10.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
OpenAI (training)
2
Amazon
1
Resources
proto-otlp — go get proto-otlp · libregistry