Registry /
observability / open-telemetry-opentelemetry-collector-contrib-exporter-signalfxexporter
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.
signalfxexporter
✓ github.com/open-telemetry/opentelemetry-collector-contrib/exporter/signalfxexporter
Creates a default configuration for the SignalFx exporter.
package main
import (
"fmt"
"go.opentelemetry.io/collector/component"
"github.com/open-telemetry/opentelemetry-collector-contrib/exporter/signalfxexporter"
)
func main() {
cfg := signalfxexporter.NewFactory().CreateDefaultConfig()
fmt.Printf("%+v\n", cfg)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.154.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.