Registry / utility / collector-featuregate

collector-featuregate

JSON →
library1.60.0gogounverified

Package featuregate provides a mechanism for controlling experimental or configurable features in the OpenTelemetry Collector.

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

featuregate
go.opentelemetry.io/collector/featuregate

Creates a new feature gate registry.

package main import ( "fmt" "go.opentelemetry.io/collector/featuregate" ) func main() { g := featuregate.NewRegistry() fmt.Println(g) }
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
8 hits · last 30 days
node
8
Resources
collector-featuregate — go get collector-featuregate · libregistry