opentelemetry-js/examples
legendecas f59c5b268b
chore: add markdown link checks (#2657)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
2021-12-11 21:31:36 +01:00
..
basic-tracer-node chore!: rename collector exporters (#2476) 2021-09-15 20:41:08 +02:00
grpc chore: update opentelemetry dependencies to latest versions (#2647) 2021-12-06 19:19:20 +01:00
grpc-js chore: update opentelemetry dependencies to latest versions (#2647) 2021-12-06 19:19:20 +01:00
http chore: release proposal 0.25.0 (#2415) 2021-08-18 16:13:38 -04:00
https chore: release proposal 0.25.0 (#2415) 2021-08-18 16:13:38 -04:00
metrics chore: add markdown link checks (#2657) 2021-12-11 21:31:36 +01:00
opentracing-shim chore: release proposal 0.25.0 (#2415) 2021-08-18 16:13:38 -04:00
otlp-exporter-node chore: add markdown link checks (#2657) 2021-12-11 21:31:36 +01:00
prometheus chore: add markdown link checks (#2657) 2021-12-11 21:31:36 +01:00
tracer-web feat(api-metrics): remove bind/unbind and bound instruments (#2559) 2021-11-02 14:14:48 -04:00
.eslintrc.json eslint configuration for getting-started examples (#2297) 2021-08-23 23:46:10 +02: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