Registry / config / collector-confmap

collector-confmap

JSON →
library1.60.0gogounverified

Provides configuration map handling for the OpenTelemetry Collector.

go get go.opentelemetry.io/collector/confmap
INSTALL
IMPORT
SIG · COLLECTOR-CONFMAP
C
collector-confmap
configgov1.60.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.

confmap
go.opentelemetry.io/collector/confmap

Creates a new confmap and sets/gets a value.

package main import ( "fmt" "go.opentelemetry.io/collector/confmap" ) func main() { cm := confmap.New() cm.Set("key", "value") fmt.Println(cm.Get("key")) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
38
OpenAI (training)
1
Resources
collector-confmap — go get collector-confmap · libregistry