opentelemetry-js/examples
Jaryk 65fbb2f65b
chore(eslint): remove airbnb package (#2955)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2022-05-12 23:52:16 +08:00
..
basic-tracer-node feat(otlp-exporter-http): change otlp-http port to canonical 4318 (#2557) 2022-01-20 08:57:46 -05:00
grpc chore(eslint): remove airbnb package (#2955) 2022-05-12 23:52:16 +08:00
grpc-js chore(eslint): remove airbnb package (#2955) 2022-05-12 23:52:16 +08:00
http chore(eslint): remove airbnb package (#2955) 2022-05-12 23:52:16 +08:00
https chore(eslint): remove airbnb package (#2955) 2022-05-12 23:52:16 +08:00
opentracing-shim chore: release proposal 0.25.0 (#2415) 2021-08-18 16:13:38 -04:00
otlp-exporter-node feat(exporters): update proto version and use otlp-transformer (#2929) 2022-05-04 17:03:04 -04:00
tracer-web chore(eslint): remove airbnb package (#2955) 2022-05-12 23:52:16 +08:00
.eslintrc.js chore(eslint): remove airbnb package (#2955) 2022-05-12 23:52:16 +08:00
README.md chore!: rename collector exporters (#2476) 2021-09-15 20:41:08 +02:00

README.md

OpenTelemetry JavaScript Examples

This directory contains a number of examples of how to run real applications with OpenTelemetry JavaScript.

Maintained Examples

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-web 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
otlp-exporter-node This example shows how to use @opentelemetry/exporter-otlp-http 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

Additional examples can be found at @opentelemetry/opentelemetry-js-contrib

Contributing

Please see CONTRIBUTING.md for instructions on how to contribute.

LICENSE

Apache License 2.0