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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ use the latest and greatest features, and best practices.
17
17
|[grpc](grpc/)| gRPC Instrumentation to automatically collect trace data and export them to the backend of choice | Intermediate |
18
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 |
19
19
|[opentracing-shim](opentracing-shim/)| This is a simple example that demonstrates how existing OpenTracing instrumentation can be integrated with OpenTelemetry | Intermediate |
20
+
|[esm-http-ts](esm-http-ts/)| This is a simple example that demonstrates tracing HTTP request, with an app written in TypeScript and transpiled to ES Modules. | Intermediate |
20
21
21
22
Examples of experimental packages can be found at [experimental/examples](../experimental/examples).
0 commit comments