-
Download the
OpenTelemetry Collector Contrib- also calledotelcol-contribversionv0.51.0from the contrib releases page -
Unpack or install it in the system. Add to your shell's
PATHvariable for easier usage. -
Find out which otelcol version you use. This workshop has been prepared using
v0.51.0otelcol-contrib --version
-
Make sure to use proper documentation version on GitHub using the git branch, eg.
release/v0.51.x -
Run the otelcol using prepared config file
otelcol-contrib --config config.yaml
-
Check if otelcol is available on
localhost:4318telnet localhost 4318
-
Check if otelcol exposes Prometheus metrics
curl localhost:8888/metrics
-
Check out the Core Distro components:
-
Check out what is actually built into distributions:
-
You can check that
kafkareceiveris included in core distro