Registry /
observability / open-telemetry-opentelemetry-collector-contrib-exporter-pulsarexporter
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.
pulsarexporter
✓ github.com/open-telemetry/opentelemetry-collector-contrib/exporter/pulsarexporter
Imports the Pulsar exporter package.
package main
import (
"fmt"
"github.com/open-telemetry/opentelemetry-collector-contrib/exporter/pulsarexporter"
)
func main() {
// Example usage would typically involve configuring the exporter in the collector.
fmt.Println("Pulsar exporter loaded")
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.154.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.