Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[pkg/translator/opencensus] delete package
  • Loading branch information
atoulme committed Dec 31, 2025
commit 1c1508bf95abf62f9906389d8c2bf2cf4e534cea
1 change: 0 additions & 1 deletion .chloggen/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ components:
- pkg/translator/azurelogs
- pkg/translator/jaeger
- pkg/translator/loki
- pkg/translator/opencensus
- pkg/translator/pprof
- pkg/translator/prometheus
- pkg/translator/prometheusremotewrite
Expand Down
29 changes: 29 additions & 0 deletions .chloggen/delete_opencensus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Use this changelog template to create an entry for release notes.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: breaking

# The name of the component, or a single word describing the area of concern, (e.g. receiver/filelog)
component: pkg/translator/opencensus

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Delete the package pkg/translator/opencensus

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

# (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: |
The opencensus translator is no longer used by the project.
It was previously deprecated, and is now deleted.

# 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: [api]
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ pkg/translator/azurelogs/ @open-telemetry
pkg/translator/faro/ @open-telemetry/collector-contrib-approvers @mar4uk @rlankfo
pkg/translator/jaeger/ @open-telemetry/collector-contrib-approvers @open-telemetry/collector-approvers @frzifus
pkg/translator/loki/ @open-telemetry/collector-contrib-approvers @gouthamve @mar4uk
pkg/translator/opencensus/ @open-telemetry/collector-contrib-approvers @open-telemetry/collector-approvers
pkg/translator/pprof/ @open-telemetry/collector-contrib-approvers @florianl
pkg/translator/prometheus/ @open-telemetry/collector-contrib-approvers @dashpole @bertysentry @ArthurSens
pkg/translator/prometheusremotewrite/ @open-telemetry/collector-contrib-approvers @Aneurysm9 @dashpole
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/beta_stability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ body:
- pkg/translator/faro
- pkg/translator/jaeger
- pkg/translator/loki
- pkg/translator/opencensus
- pkg/translator/pprof
- pkg/translator/prometheus
- pkg/translator/prometheusremotewrite
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ body:
- pkg/translator/faro
- pkg/translator/jaeger
- pkg/translator/loki
- pkg/translator/opencensus
- pkg/translator/pprof
- pkg/translator/prometheus
- pkg/translator/prometheusremotewrite
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ body:
- pkg/translator/faro
- pkg/translator/jaeger
- pkg/translator/loki
- pkg/translator/opencensus
- pkg/translator/pprof
- pkg/translator/prometheus
- pkg/translator/prometheusremotewrite
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/other.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ body:
- pkg/translator/faro
- pkg/translator/jaeger
- pkg/translator/loki
- pkg/translator/opencensus
- pkg/translator/pprof
- pkg/translator/prometheus
- pkg/translator/prometheusremotewrite
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/unmaintained.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ body:
- pkg/translator/faro
- pkg/translator/jaeger
- pkg/translator/loki
- pkg/translator/opencensus
- pkg/translator/pprof
- pkg/translator/prometheus
- pkg/translator/prometheusremotewrite
Expand Down
1 change: 0 additions & 1 deletion .github/component_labels.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ pkg/translator/azurelogs pkg/translator/azurelogs
pkg/translator/faro pkg/translator/faro
pkg/translator/jaeger pkg/translator/jaeger
pkg/translator/loki pkg/translator/loki
pkg/translator/opencensus pkg/translator/opencensus
pkg/translator/pprof pkg/translator/pprof
pkg/translator/prometheus pkg/translator/prometheus
pkg/translator/prometheusremotewrite pkg/translator/prometheusremotewrite
Expand Down
1 change: 0 additions & 1 deletion internal/tidylist/tidylist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ internal/tools
pkg/translator/azure
pkg/translator/azurelogs
pkg/translator/loki
pkg/translator/opencensus
pkg/translator/pprof
processor/attributesprocessor
processor/coralogixprocessor
Expand Down
1 change: 0 additions & 1 deletion pkg/translator/opencensus/Makefile

This file was deleted.

56 changes: 0 additions & 56 deletions pkg/translator/opencensus/go.mod

This file was deleted.

Loading
Loading