You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,15 @@ use the latest and greatest features, and best practices.
12
12
------------- | ------------- | ------------ |
13
13
|[basic-tracer-node](basic-tracer-node/)| Basic use of Tracing in Node.js application | Beginner |
14
14
|[tracer-web](tracer-web/)| Basic use of Tracing in Web application | Beginner |
15
-
|[prometheus](prometheus/)| Basic Metric use with Prometheus (`@opentelemetry/exporter-prometheus`) Exporter | Beginner |
16
15
|[http](http/)| HTTP Instrumentation to automatically collect trace data and export them to the backend of choice | Intermediate |
17
16
|[https](https/)| HTTPS Instrumentation to automatically collect trace data and export them to the backend of choice | Intermediate |
18
17
|[grpc](grpc/)| gRPC Instrumentation to automatically collect trace data and export them to the backend of choice | Intermediate |
19
18
|[otlp-exporter-node](otlp-exporter-node/)| This example shows how to use `@opentelemetry/exporter-otlp-http` to instrument a simple Node.js application | Intermediate |
20
19
|[opentracing-shim](opentracing-shim/)| This is a simple example that demonstrates how existing OpenTracing instrumentation can be integrated with OpenTelemetry | Intermediate |
21
20
22
-
Additional examples can be found at [@opentelemetry/opentelemetry-js-contrib][opentelemetry-js-contrib-examples]
21
+
Examples of experimental packages can be found at [experimental/examples](../experimental/examples).
22
+
23
+
Additional examples can be found at [@opentelemetry/opentelemetry-js-contrib][opentelemetry-js-contrib-examples].
0 commit comments