diff --git a/examples/README.md b/examples/README.md index d6477ad1a3..e92bef80ac 100644 --- a/examples/README.md +++ b/examples/README.md @@ -16,10 +16,11 @@ use the latest and greatest features, and best practices. |[http](http/) | HTTP Instrumentation to automatically collect trace data and export them to the backend of choice | Intermediate | |[https](https/) | HTTPS Instrumentation to automatically collect trace data and export them to the backend of choice | Intermediate | |[grpc](grpc/) | gRPC Instrumentation to automatically collect trace data and export them to the backend of choice | Intermediate | -|[express](express/) | Express Instrumentation to automatically collect trace data and export them to the backend of choice | Intermediate | |[collector-exporter-node](collector-exporter-node/) | This example shows how to use `@opentelemetry/exporter-collector` to instrument a simple Node.js application | Intermediate | |[opentracing-shim](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][opentelemetry-js-contrib-examples] + ## Contributing Please see [CONTRIBUTING.md](https://github.com/open-telemetry/opentelemetry-js/blob/main/CONTRIBUTING.md) for instructions on how to contribute. @@ -27,3 +28,5 @@ Please see [CONTRIBUTING.md](https://github.com/open-telemetry/opentelemetry-js/ ## LICENSE Apache License 2.0 + +[opentelemetry-js-contrib-examples]: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/examples