This directory contains a number of examples of how to run real applications with OpenTelemetry JavaScript.
Maintained Examples are expected to be updated with every OpenTelemetry JavaScript release, to use the latest and greatest features, and best practices.
Name | Description | Complexity Level |
---|---|---|
basic-tracer-node | Basic use of Tracing in Node.js application | Beginner |
tracer-node | Basic use of Tracing in Web application | Beginner |
prometheus | Basic Metric use with Prometheus (@opentelemetry/exporter-prometheus ) Exporter |
Beginner |
http | HTTP Instrumentation to automatically collect trace data and export them to the backend of choice | Intermediate |
https | HTTPS Instrumentation to automatically collect trace data and export them to the backend of choice | Intermediate |
grpc | gRPC Instrumentation to automatically collect trace data and export them to the backend of choice | Intermediate |
express | Express Instrumentation to automatically collect trace data and export them to the backend of choice | Intermediate |
collector-exporter-node | This example shows how to use @opentelemetry/exporter-collector to instrument a simple Node.js application |
Intermediate |
opentracing-shim | This is a simple example that demonstrates how existing OpenTracing instrumentation can be integrated with OpenTelemetry | Intermediate |
Please see CONTRIBUTING.md for instructions on how to contribute.
Apache License 2.0