Registry /
observability / open-telemetry-opentelemetry-collector-contrib-exporter-kafkaexporter
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.
kafkaexporter
✓ github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter
Prints the exporter type.
package main
import (
"fmt"
"github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter"
)
func main() {
fmt.Println(kafkaexporter.NewFactory().Type())
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.138.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.