From 2c252429ab9be7addb13f28c467edced11f27c20 Mon Sep 17 00:00:00 2001 From: Antoine Toulme Date: Wed, 9 Nov 2022 09:15:17 -0800 Subject: [PATCH] [receiver/azureeventhub] Mark Azure event hub receiver as alpha --- .chloggen/mark-azure-eventhub-alpha.yaml | 16 ++++++++++++++++ receiver/azureeventhubreceiver/README.md | 12 ++++++------ 2 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 .chloggen/mark-azure-eventhub-alpha.yaml diff --git a/.chloggen/mark-azure-eventhub-alpha.yaml b/.chloggen/mark-azure-eventhub-alpha.yaml new file mode 100644 index 000000000000..aea989ab7f47 --- /dev/null +++ b/.chloggen/mark-azure-eventhub-alpha.yaml @@ -0,0 +1,16 @@ +# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' +change_type: enhancement + +# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) +component: azureeventhubreceiver + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: Mark the Azure Event Hub receiver as alpha. + +# One or more tracking issues related to the change +issues: [12786] + +# (Optional) One or more lines of additional information to render under the primary note. +# These lines will be padded with 2 spaces and then inserted directly into the document. +# Use pipe (|) for multiline entries. +subtext: diff --git a/receiver/azureeventhubreceiver/README.md b/receiver/azureeventhubreceiver/README.md index a3d6397461b1..9f7881cc9ee0 100644 --- a/receiver/azureeventhubreceiver/README.md +++ b/receiver/azureeventhubreceiver/README.md @@ -1,10 +1,10 @@ # Azure Event Hub Receiver -| Status | | -| ------------------------ |------------------| -| Stability | [in development] | -| Supported pipeline types | logs | -| Distributions | [contrib] | +| Status | | +| ------------------------ |-----------| +| Stability | [alpha] | +| Supported pipeline types | logs | +| Distributions | [contrib] | ## Overview The Azure Event Hub receiver listens to logs emitted by Azure Event hubs. @@ -36,6 +36,6 @@ receivers: This component can persist its state using the [storage extension]. -[in development]: https://github.com/open-telemetry/opentelemetry-collector#in-development +[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha [contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib [storage extension]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/storage