Categraf simply wrapped the OpenTelemetry Collector, which means you can get a full support for recving data from and exporting to popular trace vendors, such as the Jaeger and Zipkin.
We only support the common components as default. If you want more, simply add the new ones to components.go,
and make sure you configure that in the conf.
type Collector struct {
// contains filtered or unexported fields
}
Collector simply wrapped the OpenTelemetry Collector, which means you can get a full support
for recving data from and exporting to popular trace vendors (eg. Jaeger or Zipkin).
For more details, see the official docs: