Skip to content

Commit bf0783a

Browse files
authored
docs: fix experimental example links (#3007)
1 parent d10b254 commit bf0783a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

examples/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ use the latest and greatest features, and best practices.
1212
------------- | ------------- | ------------ |
1313
|[basic-tracer-node](basic-tracer-node/) | Basic use of Tracing in Node.js application | Beginner |
1414
|[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 |
1615
|[http](http/) | HTTP Instrumentation to automatically collect trace data and export them to the backend of choice | Intermediate |
1716
|[https](https/) | HTTPS Instrumentation to automatically collect trace data and export them to the backend of choice | Intermediate |
1817
|[grpc](grpc/) | gRPC Instrumentation to automatically collect trace data and export them to the backend of choice | Intermediate |
1918
|[otlp-exporter-node](otlp-exporter-node/) | This example shows how to use `@opentelemetry/exporter-otlp-http` to instrument a simple Node.js application | Intermediate |
2019
|[opentracing-shim](opentracing-shim/) | This is a simple example that demonstrates how existing OpenTracing instrumentation can be integrated with OpenTelemetry | Intermediate |
2120

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].
2324

2425
## Contributing
2526

experimental/examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ These examples are using work in progress metrics packages.
88

99
|Name | Description | Complexity Level |
1010
------------- | ------------- | ------------ |
11-
|[metrics](metrics/) | Basic metrics collection and exports those metrics to a Prometheus compatible endpoint | Beginner |
11+
|[prometheus](prometheus/) | Basic Metric use with Prometheus (`@opentelemetry/exporter-prometheus`) Exporter | Beginner |
1212

1313
## Contributing
1414

0 commit comments

Comments
 (0)