Skip to content

Commit 53f8bff

Browse files
authored
chore(datadog_archives sink): Remove this component (#17749)
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 -->
1 parent 219883e commit 53f8bff

File tree

6 files changed

+2
-1442
lines changed

6 files changed

+2
-1442
lines changed

.github/CODEOWNERS

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ src/sinks/blackhole/ @dsmith3197 @vectordotdev/integrations-team
2727
src/sinks/clickhouse/ @dsmith3197 @vectordotdev/integrations-team
2828
src/sinks/console/ @dsmith3197 @vectordotdev/integrations-team
2929
src/sinks/databend/ @spencergilbert @vectordotdev/integrations-team
30-
src/sinks/datadog_archives.rs @neuronull @vectordotdev/integrations-team
3130
src/sinks/datadog_events/ @neuronull @vectordotdev/integrations-team
3231
src/sinks/datadog_logs/ @neuronull @vectordotdev/integrations-team
3332
src/sinks/datadog_metrics/ @neuronull @vectordotdev/integrations-team

Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,6 @@ sinks-logs = [
611611
"sinks-clickhouse",
612612
"sinks-console",
613613
"sinks-databend",
614-
"sinks-datadog_archives",
615614
"sinks-datadog_events",
616615
"sinks-datadog_logs",
617616
"sinks-datadog_traces",
@@ -670,7 +669,6 @@ sinks-chronicle = []
670669
sinks-clickhouse = []
671670
sinks-console = []
672671
sinks-databend = []
673-
sinks-datadog_archives = ["sinks-aws_s3", "sinks-azure_blob", "sinks-gcp"]
674672
sinks-datadog_events = []
675673
sinks-datadog_logs = []
676674
sinks-datadog_metrics = ["protobuf-build"]

src/common/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#[cfg(any(
22
feature = "sources-datadog_agent",
3-
feature = "sinks-datadog_archives",
43
feature = "sinks-datadog_events",
54
feature = "sinks-datadog_logs",
65
feature = "sinks-datadog_metrics",

0 commit comments

Comments
 (0)