Skip to content

Commit

Permalink
[exporter/opensearch] mark component as unmaintained
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Nov 6, 2024
1 parent 5a3892e commit 91b236b
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 8 deletions.
28 changes: 28 additions & 0 deletions .chloggen/mark_opensearchexporter_unmaintained.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Use this changelog template to create an entry for release notes.

# 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: opensearchexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: The OpenSearch exporter is now marked as unmaintained and will be removed in 6 months.

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [35781]

# (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: |
Any codeowners can reinstate the component by submitting a PR to revert the change or commenting on https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35781.
# If your change doesn't affect end users or the exported elements of any package,
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
# Optional: The change log or logs in which this entry should be included.
# e.g. '[user]' or '[user, api]'
# Include 'user' if the change is relevant to end users.
# Include 'api' if there is a change to a library API.
# Default: '[user]'
change_logs: []
1 change: 1 addition & 0 deletions .github/ALLOWLIST
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ internal/common
## DEPRECATED components

## UNMAINTAINED components
exporter/opensearchexporter/
extension/observer/ecstaskobserver/
receiver/jmxreceiver/
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ exporter/logzioexporter/ @open-teleme
exporter/lokiexporter/ @open-telemetry/collector-contrib-approvers @gramidt @jpkrohling @mar4uk
exporter/mezmoexporter/ @open-telemetry/collector-contrib-approvers @dashpole @billmeyer @gjanco
exporter/opencensusexporter/ @open-telemetry/collector-contrib-approvers @open-telemetry/collector-approvers
exporter/opensearchexporter/ @open-telemetry/collector-contrib-approvers @Aneurysm9 @MitchellGale @MaxKsyunz @YANG-DB
exporter/otelarrowexporter/ @open-telemetry/collector-contrib-approvers @jmacd @moh-osman3 @lquerel
exporter/prometheusexporter/ @open-telemetry/collector-contrib-approvers @Aneurysm9 @dashpole
exporter/prometheusremotewriteexporter/ @open-telemetry/collector-contrib-approvers @Aneurysm9 @rapphil @dashpole
Expand Down Expand Up @@ -105,7 +104,7 @@ extension/httpforwarderextension/ @open-teleme
extension/jaegerremotesampling/ @open-telemetry/collector-contrib-approvers @yurishkuro @frzifus
extension/oauth2clientauthextension/ @open-telemetry/collector-contrib-approvers @pavankrish123 @jpkrohling
extension/observer/ @open-telemetry/collector-contrib-approvers @dmitryax
extension/observer/cfgardenobserver/ @open-telemetry/collector-contrib-approvers @crobert-1 @cemdk @tomasmota @m1rp @jriguera
extension/observer/cfgardenobserver/ @open-telemetry/collector-contrib-approvers @crobert-1 @cemdk @m1rp @jriguera
extension/observer/dockerobserver/ @open-telemetry/collector-contrib-approvers @MovieStoreGuy
extension/observer/ecsobserver/ @open-telemetry/collector-contrib-approvers @dmitryax
extension/observer/hostobserver/ @open-telemetry/collector-contrib-approvers @MovieStoreGuy
Expand Down Expand Up @@ -323,5 +322,6 @@ reports/distributions/k8s.yaml @open-telemetry/collector-contrib-approvers

## UNMAINTAINED components

exporter/opensearchexporter/ @open-telemetry/collector-contrib-approvers
extension/observer/ecstaskobserver/ @open-telemetry/collector-contrib-approvers
receiver/jmxreceiver/ @open-telemetry/collector-contrib-approvers
4 changes: 0 additions & 4 deletions cmd/githubgen/allowlist.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
Caleb-Hurshman
MaxKsyunz
MitchellGale
YANG-DB
asaharn
emreyalvac
shaochengwang
Expand All @@ -18,7 +15,6 @@ zpzhuSplunk
thmshmm
galrose
cemdk
tomasmota
m1rp
jriguera
abhishek-at-cloudwerx
Expand Down
3 changes: 1 addition & 2 deletions exporter/opensearchexporter/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ type: opensearch
status:
class: exporter
stability:
alpha: [traces]
development: [logs]
unmaintained: [traces, logs]
distributions: [contrib]
codeowners:
active: [Aneurysm9, MitchellGale, MaxKsyunz, YANG-DB]
Expand Down

0 comments on commit 91b236b

Please sign in to comment.