Skip to content

Commit fd9e7b9

Browse files
authored
Add deprecation notice in README (#149)
1 parent c3f7efd commit fd9e7b9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ We provided an ID generator and propagator, which can be configured from the Ope
1212

1313
Check out the [getting started documentation](https://aws-otel.github.io/docs/getting-started/javascript-sdk).
1414

15+
## Sample Application (DEPRECATED)
16+
17+
**WARNING:** The sample app in this repository is deprecated and is no longer maintained. Please use the [new standardized sample apps](https://github.com/aws-observability/aws-otel-community/tree/master/sample-apps).
18+
1519
## Supported Runtimes
1620

1721
For the complete list of supported runtimes, please refer to the upstream documentation [here](https://github.com/open-telemetry/opentelemetry-js/blob/master/README.md#supported-runtimes)

sample-apps/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# AWS Distro for OpenTelemetry JavaScript Sample App
1+
# AWS Distro for OpenTelemetry JavaScript Sample App (DEPRECATED)
2+
3+
**WARNING:** This sample app is deprecated and is no longer maintained. Please use the [new standardized sample apps](https://github.com/aws-observability/aws-otel-community/tree/master/sample-apps).
24

35
A simple HTTP server that demonstrates OpenTelemetry instrumentation for JavaScript apps.
46

0 commit comments

Comments
 (0)