@ Educational Technology Collective
To run the collector and serve the jupyter-opentelemetry extension, type the following command in the terminal
./otelcol-jupyter/otelcol-jupyter --config otel-config.yaml
otel-config.yaml
is the configuration file of the collector.
OpenTelemetry Collector Builder is a tool provided by the OpenTelemetry community to assist people in assembling their own distribution. The detailed doc could be find here: https://opentelemetry.io/docs/collector/custom-collector/
To download a ocb, go to the release page of OpenTelemetry https://github.com/open-telemetry/opentelemetry-collector/releases.
To customize the collector, first edit the builder-config.yaml
file based on your need, then rebuild the collector with the following command
(make sure to have Go https://go.dev/dl/ installed first)
./ocb --config builder-config.yaml