From d0c9b3c65a740987ce350f98e56e268edcaf1321 Mon Sep 17 00:00:00 2001 From: Banothu Ramesh Naik Date: Sat, 28 Aug 2021 07:44:15 +0530 Subject: [PATCH] docs(examples): updated examples readme links Signed-off-by: Banothu Ramesh Naik --- examples/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index d6477ad1a37..e92bef80ac4 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