Skip to content

educational-technology-collective/jupyter-opentelemetry-collector

Repository files navigation

A custom OpenTelemetry Collector for Jupyter Lab extension jupyter-opentelemetry

@ Educational Technology Collective

Getting started

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.

For Developer

Build collector with OpenTelemetry Collector Builder (ocb)

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published