Skip to content

Commit

Permalink
chore(datadog_archives sink): Remove this component (vectordotdev#17749)
Browse files Browse the repository at this point in the history
The `datadog_archives` sink is an unfinished component that was never
included in docs or announced. The initiative on this has shifted and
the component is being dropped.

<!--
**Your PR title must conform to the conventional commit spec!**

  <type>(<scope>)!: <description>

  * `type` = chore, enhancement, feat, fix, docs
  * `!` = OPTIONAL: signals a breaking change
* `scope` = Optional when `type` is "chore" or "docs", available scopes
https://github.com/vectordotdev/vector/blob/master/.github/semantic.yml#L20
  * `description` = short description of the change

Examples:

  * enhancement(file source): Add `sort` option to sort discovered files
  * feat(new source): Initial `statsd` source
  * fix(file source): Fix a bug discovering new files
  * chore(external docs): Clarify `batch_size` option
-->
  • Loading branch information
bruceg authored Jun 26, 2023
1 parent 219883e commit 53f8bff
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1,442 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ src/sinks/blackhole/ @dsmith3197 @vectordotdev/integrations-team
src/sinks/clickhouse/ @dsmith3197 @vectordotdev/integrations-team
src/sinks/console/ @dsmith3197 @vectordotdev/integrations-team
src/sinks/databend/ @spencergilbert @vectordotdev/integrations-team
src/sinks/datadog_archives.rs @neuronull @vectordotdev/integrations-team
src/sinks/datadog_events/ @neuronull @vectordotdev/integrations-team
src/sinks/datadog_logs/ @neuronull @vectordotdev/integrations-team
src/sinks/datadog_metrics/ @neuronull @vectordotdev/integrations-team
Expand Down
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,6 @@ sinks-logs = [
"sinks-clickhouse",
"sinks-console",
"sinks-databend",
"sinks-datadog_archives",
"sinks-datadog_events",
"sinks-datadog_logs",
"sinks-datadog_traces",
Expand Down Expand Up @@ -670,7 +669,6 @@ sinks-chronicle = []
sinks-clickhouse = []
sinks-console = []
sinks-databend = []
sinks-datadog_archives = ["sinks-aws_s3", "sinks-azure_blob", "sinks-gcp"]
sinks-datadog_events = []
sinks-datadog_logs = []
sinks-datadog_metrics = ["protobuf-build"]
Expand Down
1 change: 0 additions & 1 deletion src/common/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#[cfg(any(
feature = "sources-datadog_agent",
feature = "sinks-datadog_archives",
feature = "sinks-datadog_events",
feature = "sinks-datadog_logs",
feature = "sinks-datadog_metrics",
Expand Down
Loading

0 comments on commit 53f8bff

Please sign in to comment.