Skip to content

Commit 1b663ca

Browse files
authored
Add deprecation notice to README (#83)
1 parent a4efbdd commit 1b663ca

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,16 @@ Check out the links below for information on getting started with ADOT in Python
2323

2424

2525

26-
### Applications for integration testing - Auto-instrumentation
26+
### Applications for integration testing - Auto-instrumentation (DEPRECATED)
27+
28+
**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).
2729

2830
See an app used for [integration testing with automatic instrumentation README.md](integration-test-apps/auto-instrumentation/flask/README.md) for setup instructions.
2931

3032

31-
### Applications for integration testing - Manual instrumentation
33+
### Applications for integration testing - Manual instrumentation (DEPRECATED)
34+
35+
**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).
3236

3337
See an app used for [integration testing with manual instrumentation README.md](integration-test-apps/manual-instrumentation/flask/README.md) for setup instructions.
3438

integration-test-apps/auto-instrumentation/flask/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 Python - Integration Testing App - Auto-instrumentation - Flask
1+
# AWS Distro for OpenTelemetry Python - Integration Testing App - Auto-instrumentation - Flask (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
This application validates the continual integration of automatic instrumentation with the AWS Distro for OpenTelemetry Python and the AWS X-Ray back-end service. Validation is done using the [AWS Test Framework for OpenTelemetry](https://github.com/aws-observability/aws-otel-test-framework).
46

integration-test-apps/manual-instrumentation/flask/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 Python - Integration Testing App - Manual instrumentation - Flask
1+
# AWS Distro for OpenTelemetry Python - Integration Testing App - Manual instrumentation - Flask (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
This application validates the continual integration of manual instrumentation with the AWS Distro for OpenTelemetry Python and the AWS X-Ray back-end service. Validation is done using the [AWS Test Framework for OpenTelemetry](https://github.com/aws-observability/aws-otel-test-framework).
46

integration-test-apps/none-instrumentation/flask/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 Python - Integration Testing App - None-instrumentation - Flask
1+
# AWS Distro for OpenTelemetry Python - Integration Testing App - None-instrumentation - Flask (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
This application provides a baseline for performance testing. It has no instrumentation and so when compared against apps that do have instrumentation, it helps reveal the overhead that comes with instrumentation.
46

0 commit comments

Comments
 (0)