Registry / networking / collector-config-confignet

collector-config-confignet

JSON →
library1.60.0gogounverified

Configuration for network connections in the OpenTelemetry Collector.

go get go.opentelemetry.io/collector/config/confignet
INSTALL
IMPORT
SIG · COLLECTOR-CONFIG-C
C
collector-config-confignet
networkinggov1.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.

confignet
go.opentelemetry.io/collector/config/confignet

Create a network address configuration.

package main import ( "fmt" "go.opentelemetry.io/collector/config/confignet" ) func main() { cfg := confignet.NetAddr{Endpoint: "localhost:4317", Transport: "tcp"} fmt.Println(cfg.String()) }
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
41 hits · last 30 days
node
34
OpenAI (training)
1
Resources
collector-config-confignet — go get collector-config-confignet · libregistry