Registry /
observability / open-telemetry-opentelemetry-collector-contrib-exporter-awsxrayexporter
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.
awsxrayexporter
✓ github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsxrayexporter
Creates a default AWS X-Ray exporter configuration.
package main
import (
"go.opentelemetry.io/collector/component"
"go.opentelemetry.io/collector/exporter"
"github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsxrayexporter"
)
func main() {
factory := awsxrayexporter.NewFactory()
cfg := factory.CreateDefaultConfig()
// Configure and use the exporter
_ = 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.