Skip to content

Commit

Permalink
[exporter/parquet] remove Parquet exporter (open-telemetry#27285)
Browse files Browse the repository at this point in the history
**Description:**
Remove the parquet exporter

**Link to tracking Issue:**
Fixes open-telemetry#27284
  • Loading branch information
atoulme authored and JaredTan95 committed Oct 18, 2023
1 parent 675e3c0 commit d72f20f
Show file tree
Hide file tree
Showing 17 changed files with 37 additions and 712 deletions.
27 changes: 27 additions & 0 deletions .chloggen/remove-parquet-exporter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 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: parquetexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Remove the parquet exporter

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

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

# 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: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ exporter/lokiexporter/ @open-te
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/parquetexporter/ @open-telemetry/collector-contrib-approvers @atoulme
exporter/prometheusexporter/ @open-telemetry/collector-contrib-approvers @Aneurysm9
exporter/prometheusremotewriteexporter/ @open-telemetry/collector-contrib-approvers @Aneurysm9 @rapphil
exporter/pulsarexporter/ @open-telemetry/collector-contrib-approvers @dmitryax @dao-jun
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 @@ -65,7 +65,6 @@ body:
- exporter/mezmo
- exporter/opencensus
- exporter/opensearch
- exporter/parquet
- exporter/prometheus
- exporter/prometheusremotewrite
- exporter/pulsar
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 @@ -59,7 +59,6 @@ body:
- exporter/mezmo
- exporter/opencensus
- exporter/opensearch
- exporter/parquet
- exporter/prometheus
- exporter/prometheusremotewrite
- exporter/pulsar
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 @@ -59,7 +59,6 @@ body:
- exporter/mezmo
- exporter/opencensus
- exporter/opensearch
- exporter/parquet
- exporter/prometheus
- exporter/prometheusremotewrite
- exporter/pulsar
Expand Down
20 changes: 10 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ updates:
schedule:
interval: "weekly"
day: "wednesday"
- package-ecosystem: "gomod"
directory: "/cmd/mdatagen"
schedule:
interval: "weekly"
day: "wednesday"
- package-ecosystem: "gomod"
directory: "/cmd/opampsupervisor"
schedule:
interval: "weekly"
day: "wednesday"
- package-ecosystem: "gomod"
directory: "/cmd/otelcontribcol"
schedule:
Expand Down Expand Up @@ -217,11 +227,6 @@ updates:
schedule:
interval: "weekly"
day: "wednesday"
- package-ecosystem: "gomod"
directory: "/exporter/parquetexporter"
schedule:
interval: "weekly"
day: "wednesday"
- package-ecosystem: "gomod"
directory: "/exporter/prometheusexporter"
schedule:
Expand Down Expand Up @@ -267,11 +272,6 @@ updates:
schedule:
interval: "weekly"
day: "wednesday"
- package-ecosystem: "gomod"
directory: "/exporter/syslogexporter"
schedule:
interval: "weekly"
day: "wednesday"
- package-ecosystem: "gomod"
directory: "/exporter/tanzuobservabilityexporter"
schedule:
Expand Down
1 change: 0 additions & 1 deletion exporter/parquetexporter/Makefile

This file was deleted.

36 changes: 0 additions & 36 deletions exporter/parquetexporter/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions exporter/parquetexporter/doc.go

This file was deleted.

37 changes: 0 additions & 37 deletions exporter/parquetexporter/exporter.go

This file was deleted.

81 changes: 0 additions & 81 deletions exporter/parquetexporter/factory.go

This file was deleted.

48 changes: 0 additions & 48 deletions exporter/parquetexporter/go.mod

This file was deleted.

0 comments on commit d72f20f

Please sign in to comment.