Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.62 KB

instrumentation_examples.md

File metadata and controls

38 lines (24 loc) · 1.62 KB
title weight
Instrumentation Examples
4

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

otlp-logzio-fullstack

This is a Fullstack playground of Opentelemetry in Javascript, Javascript in Browsers and Node.js

Checkout otlp-logzio-fullstack and get started

docker-compose up --build