diff --git a/processor/elasticinframetricsprocessor/README.md b/processor/elasticinframetricsprocessor/README.md index f2c1f7b79..54d877c71 100644 --- a/processor/elasticinframetricsprocessor/README.md +++ b/processor/elasticinframetricsprocessor/README.md @@ -3,13 +3,17 @@ | Status | | | ------------- |-----------| -| Stability | [alpha]: metrics | +| Stability | [deprecated]: metrics | +| Deprecation of metrics | [Date]: 2025-11-06 | +| | [Migration Note]: The use of native OTel schema is only supported | | Distributions | [] | | Issues | [![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aopen%20label%3Aprocessor%2Felasticinframetrics%20&label=open&color=orange&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aopen+is%3Aissue+label%3Aprocessor%2Felasticinframetrics) [![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aclosed%20label%3Aprocessor%2Felasticinframetrics%20&label=closed&color=blue&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aclosed+is%3Aissue+label%3Aprocessor%2Felasticinframetrics) | | Code coverage | [![codecov](https://codecov.io/github/open-telemetry/opentelemetry-collector-contrib/graph/main/badge.svg?component=processor_elasticinframetrics)](https://app.codecov.io/gh/open-telemetry/opentelemetry-collector-contrib/tree/main/?components%5B0%5D=processor_elasticinframetrics&displayType=list) | | [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@ishleenk17](https://www.github.com/ishleenk17) | -[alpha]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#alpha +[deprecated]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#deprecated +[Date]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#deprecation-information +[Migration Note]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#deprecation-information The Elastic Infra Metrics Processor can be used to bridge the gap between OTEL and Elastic Infra Metrics. It is used to power the Curated UI's in Elastic. diff --git a/processor/elasticinframetricsprocessor/metadata.yaml b/processor/elasticinframetricsprocessor/metadata.yaml index 163266e44..8f9e6a6c1 100644 --- a/processor/elasticinframetricsprocessor/metadata.yaml +++ b/processor/elasticinframetricsprocessor/metadata.yaml @@ -3,6 +3,10 @@ type: elasticinframetrics status: class: processor stability: - alpha: [metrics] + deprecated: [metrics] + deprecation: + metrics: + migration: "The use of native OTel schema is only supported" + date: "2025-11-06" codeowners: active: [ishleenk17]