Skip to content

Commit

Permalink
[receiver/influxdb] Change status to unmaintained (open-telemetry#14101)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski committed Sep 13, 2022
1 parent cc45efb commit 981bb15
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/ALLOWLIST
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ pkg/experimentalmetricmetadata
processor/deltatorateprocessor
processor/metricsgenerationprocessor
receiver/dotnetdiagnosticsreceiver
receiver/influxdbreceiver
testbed
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions receiver/influxdbreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Status | |
| ------------------------ |-----------|
| Stability | [beta] |
| Stability | [unmaintained] |
| Supported pipeline types | metrics |
| Distributions | [contrib] |

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion receiver/influxdbreceiver/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

const (
typeStr = "influxdb"
stability = component.StabilityLevelBeta
stability = component.StabilityLevelUnmaintained
)

func NewFactory() component.ReceiverFactory {
Expand Down
16 changes: 16 additions & 0 deletions unreleased/unmaintain-influxdb-receiver.yaml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 981bb15

Please sign in to comment.