Instrumentation Examples
Here are some of the resources for Opentelemetry instrumentation examples.
Core Examples
The repository of the JavaScript version of OpenTelemetry holds some examples of how to run real application with OpenTelemetry JavaScript.
Plugin & Package Examples
Many of the packages and plugins at the repository for OpenTelemetry JavaScript contributions come with an usage example. You can find them in the examples folder.
Community Resources
nodejs-opentelemetry-tempo
Project demonstrating Complete Observability Stack utilizing Prometheus, Loki (For distributed logging), Tempo (For Distributed tracing, this basically uses Jaeger Internally), Grafana for NodeJs based applications (With OpenTelemetry auto / manual Instrumentation) involving microservices with DB interactions.
Checkout nodejs-opentelemetry-tempo and get started
$ docker-compose up --build
Last modified November 19, 2021: Use console code-block style, and spellcheck (#950) (9191958)