Registry /
observability / open-telemetry-opentelemetry-collector-contrib-receiver-stanzareceiver
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.
stanzareceiver
✓ github.com/open-telemetry/opentelemetry-collector-contrib/receiver/stanzareceiver
Creates a default stanza receiver configuration.
package main
import (
"go.opentelemetry.io/collector/component"
"github.com/open-telemetry/opentelemetry-collector-contrib/receiver/stanzareceiver"
)
func main() {
cfg := stanzareceiver.NewFactory().CreateDefaultConfig()
_ = cfg
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.20.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.