Registry / observability / collector

collector

JSON →
library0.154.0gogounverified

Vendor-agnostic collector for receiving, processing, and exporting telemetry data.

go get go.opentelemetry.io/collector
INSTALL
IMPORT
SIG · COLLECTOR
C
collector
observabilitygov0.154.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.

collector
go.opentelemetry.io/collector

Demonstrates using the collector package (typically used to build custom collectors).

package main import ( "go.opentelemetry.io/collector" ) func main() { // The collector is typically run as a standalone service, not imported directly. // This package provides components for building custom collectors. _ = collector.NewNopSettings() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
1
Resources
collector — go get collector · libregistry