categraf/traces
yushuangyu 870b6be01a add kafka alerts and dashboard conf 2022-07-04 15:37:31 +08:00
..
README.md add kafka alerts and dashboard conf 2022-07-04 15:37:31 +08:00
collector.go add trace support 2022-06-28 16:33:27 +08:00
host.go add trace support 2022-06-28 16:33:27 +08:00
service.go add trace support 2022-06-28 16:33:27 +08:00
settings.go add trace support 2022-06-28 16:33:27 +08:00

README.md

traces

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.

For more details, see the official docs:

Configuration

Here is the examples.