diff --git a/.github/ALLOWLIST b/.github/ALLOWLIST index bf41a667b856..6e9968d1db88 100644 --- a/.github/ALLOWLIST +++ b/.github/ALLOWLIST @@ -31,4 +31,5 @@ pkg/experimentalmetricmetadata processor/deltatorateprocessor processor/metricsgenerationprocessor receiver/dotnetdiagnosticsreceiver +receiver/influxdbreceiver testbed diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 809781ca2a31..08e9d13ccdd8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -152,7 +152,6 @@ receiver/fluentforwardreceiver/ @open-telemetry/collector-c receiver/googlecloudpubsubreceiver/ @open-telemetry/collector-contrib-approvers @alexvanboxel receiver/googlecloudspannerreceiver/ @open-telemetry/collector-contrib-approvers @ydrozhdzhal @asukhyy @khospodarysko @architjugran receiver/hostmetricsreceiver/ @open-telemetry/collector-contrib-approvers @dmitryax -receiver/influxdbreceiver/ @open-telemetry/collector-contrib-approvers @jacobmarble receiver/iisreceiver/ @open-telemetry/collector-contrib-approvers @mrod1598 @djaglowski receiver/jaegerreceiver/ @open-telemetry/collector-contrib-approvers @jpkrohling receiver/jmxreceiver/ @open-telemetry/collector-contrib-approvers @rmfitzpatrick diff --git a/receiver/influxdbreceiver/README.md b/receiver/influxdbreceiver/README.md index 984e51e6fd36..846574c32649 100644 --- a/receiver/influxdbreceiver/README.md +++ b/receiver/influxdbreceiver/README.md @@ -2,7 +2,7 @@ | Status | | | ------------------------ |-----------| -| Stability | [beta] | +| Stability | [unmaintained] | | Supported pipeline types | metrics | | Distributions | [contrib] | @@ -74,5 +74,5 @@ prometheus,quantile=0.99 rpc_duration_seconds=76656 prometheus rpc_duration_seconds_count=1.7560473e+07,rpc_duration_seconds_sum=2693 ``` -[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta +[unmaintained]: https://github.com/open-telemetry/opentelemetry-collector#unmaintained [contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib \ No newline at end of file diff --git a/receiver/influxdbreceiver/factory.go b/receiver/influxdbreceiver/factory.go index a28d12142b6d..eac496cf0aa9 100644 --- a/receiver/influxdbreceiver/factory.go +++ b/receiver/influxdbreceiver/factory.go @@ -25,7 +25,7 @@ import ( const ( typeStr = "influxdb" - stability = component.StabilityLevelBeta + stability = component.StabilityLevelUnmaintained ) func NewFactory() component.ReceiverFactory { diff --git a/unreleased/unmaintain-influxdb-receiver.yaml b/unreleased/unmaintain-influxdb-receiver.yaml new file mode 100755 index 000000000000..05e992b068f7 --- /dev/null +++ b/unreleased/unmaintain-influxdb-receiver.yaml @@ -0,0 +1,16 @@ +# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' +change_type: deprecation + +# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) +component: receiver/influxdb + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: Change status to unmaintained + +# One or more tracking issues related to the change +issues: [14099] + +# (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: