Registry / observability / otel-exporters-otlp-otlpmetric-otlpmetrichttp

otel-exporters-otlp-otlpmetric-otlpmetrichttp

JSON →
library1.44.0gogounverified

Package otlpmetrichttp provides an OTLP metrics exporter using HTTP with protobuf payloads.

go get go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
INSTALL
IMPORT
SIG · OTEL-EXPORTERS-OTL
O
otel-exporters-otlp-otlpmetric-otlpmetrichttp
observabilitygov1.44.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.

otlpmetrichttp
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp

Create a new OTLP metric HTTP exporter.

package main import ( "context" "go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp" ) func main() { exporter, err := otlpmetrichttp.New(context.Background()) if err != nil { panic(err) } defer exporter.Shutdown(context.Background()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
OpenAI (training)
2
Resources
otel-exporters-otlp-otlpmetric-otlpmetrichttp — go get otel-exporters-otlp-otlpmetric-otlpmetrichttp · libregistry