From 2ab502f5503657293a6f0d7a7e4e22793ee1ceb9 Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Thu, 25 May 2023 13:40:18 -0400 Subject: [PATCH] chore: mark plugin dns unmaintained (#1515) --- plugins/node/opentelemetry-instrumentation-dns/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/node/opentelemetry-instrumentation-dns/README.md b/plugins/node/opentelemetry-instrumentation-dns/README.md index 565a0714551..c0aaaa1c98d 100644 --- a/plugins/node/opentelemetry-instrumentation-dns/README.md +++ b/plugins/node/opentelemetry-instrumentation-dns/README.md @@ -7,7 +7,11 @@ This module provides automatic instrumentation for the [`dns`](http://nodejs.org If total installation size is not constrained, it is recommended to use the [`@opentelemetry/auto-instrumentations-node`](https://www.npmjs.com/package/@opentelemetry/auto-instrumentations-node) bundle with [@opentelemetry/sdk-node](`https://www.npmjs.com/package/@opentelemetry/sdk-node`) for the most seamless instrumentation experience. -Compatible with OpenTelemetry JS API and SDK `1.0+`. +## Status + +| Maturity | [Component Owner](../../../.github/component_owners.yml) | Compatibility | +| ----------------------------------------------------- | -------------------------------------------------------- | --------------------- | +| [Unmaintained](../../../CONTRIBUTING.md#unmaintained) | N/A | API 1.0+
SDK 1.0+ | ## Installation