Skip to content

Commit 22cda94

Browse files
authored
chore(docs): Update component statuses 2023Q2 (vectordotdev#17362)
* chore(docs): Update component statuses 2023Q2 Surveyed components and updated statuses based on https://vector.dev/docs/about/under-the-hood/guarantees/#stability-guarantees Signed-off-by: Jesse Szwedko <[email protected]> * Add back stateful Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: Jesse Szwedko <[email protected]>
1 parent ae6a51b commit 22cda94

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+43
-44
lines changed

website/cue/reference/components/sinks/aws_sqs.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ components: sinks: aws_sqs: components._aws & {
66
classes: {
77
commonly_used: false
88
delivery: "at_least_once"
9-
development: "beta"
9+
development: "stable"
1010
egress_method: "stream"
1111
service_providers: ["AWS"]
1212
stateful: false

website/cue/reference/components/sinks/azure_blob.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ components: sinks: azure_blob: {
66
classes: {
77
commonly_used: true
88
delivery: "at_least_once"
9-
development: "beta"
9+
development: "stable"
1010
egress_method: "batch"
1111
service_providers: ["Azure"]
1212
stateful: false

website/cue/reference/components/sinks/clickhouse.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ components: sinks: clickhouse: {
66
classes: {
77
commonly_used: true
88
delivery: "at_least_once"
9-
development: "beta"
9+
development: "stable"
1010
egress_method: "batch"
1111
service_providers: ["Yandex"]
1212
stateful: false

website/cue/reference/components/sinks/datadog_events.cue

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ package metadata
33
components: sinks: datadog_events: {
44
title: "Datadog Events"
55

6-
classes: sinks._datadog.classes & {
7-
development: "beta"
8-
}
6+
classes: sinks._datadog.classes
97

108
features: {
119
acknowledgements: true

website/cue/reference/components/sinks/datadog_traces.cue

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ components: sinks: datadog_traces: {
44
title: "Datadog Traces"
55

66
classes: sinks._datadog.classes & {
7-
stateful: true
7+
stateful: true
8+
development: "beta"
89
}
910

1011
features: {

website/cue/reference/components/sinks/file.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ components: sinks: file: {
77
commonly_used: false
88
delivery: "at_least_once"
99

10-
development: "beta"
10+
development: "stable"
1111
egress_method: "stream"
1212
service_providers: []
1313
stateful: false

website/cue/reference/components/sinks/gcp_cloud_storage.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ components: sinks: gcp_cloud_storage: {
66
classes: {
77
commonly_used: true
88
delivery: "at_least_once"
9-
development: "beta"
9+
development: "stable"
1010
egress_method: "batch"
1111
service_providers: ["GCP"]
1212
stateful: false

website/cue/reference/components/sinks/gcp_pubsub.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ components: sinks: gcp_pubsub: {
66
classes: {
77
commonly_used: true
88
delivery: "at_least_once"
9-
development: "beta"
9+
development: "stable"
1010
egress_method: "batch"
1111
service_providers: ["GCP"]
1212
stateful: false

website/cue/reference/components/sinks/honeycomb.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ components: sinks: honeycomb: {
66
classes: {
77
commonly_used: false
88
delivery: "at_least_once"
9-
development: "beta"
9+
development: "stable"
1010
egress_method: "batch"
1111
service_providers: ["Honeycomb"]
1212
stateful: false

website/cue/reference/components/sinks/humio.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ components: sinks: _humio: {
66
classes: {
77
commonly_used: false
88
delivery: "at_least_once"
9-
development: "beta"
9+
development: "stable"
1010
egress_method: "batch"
1111
service_providers: ["Humio"]
1212
stateful: false

website/cue/reference/components/sinks/loki.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ components: sinks: loki: {
66
classes: {
77
commonly_used: true
88
delivery: "at_least_once"
9-
development: "beta"
9+
development: "stable"
1010
egress_method: "batch"
1111
service_providers: ["Grafana"]
1212
stateful: false

website/cue/reference/components/sinks/nats.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ components: sinks: nats: {
66
classes: {
77
commonly_used: false
88
delivery: "best_effort"
9-
development: "beta"
9+
development: "stable"
1010
egress_method: "stream"
1111
service_providers: []
1212
stateful: false

website/cue/reference/components/sinks/new_relic.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ components: sinks: new_relic: {
66
classes: {
77
commonly_used: false
88
delivery: "at_least_once"
9-
development: "stable"
9+
development: "beta"
1010
egress_method: "batch"
1111
service_providers: ["New Relic"]
1212
stateful: false

website/cue/reference/components/sinks/pulsar.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ components: sinks: pulsar: {
66
classes: {
77
commonly_used: false
88
delivery: "at_least_once"
9-
development: "beta"
9+
development: "stable"
1010
egress_method: "stream"
1111
service_providers: []
1212
stateful: false

website/cue/reference/components/sinks/redis.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ components: sinks: redis: {
55
classes: {
66
commonly_used: false
77
delivery: "best_effort"
8-
development: "beta"
8+
development: "stable"
99
egress_method: "batch"
1010
service_providers: []
1111
stateful: false

website/cue/reference/components/sinks/sematext_metrics.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ components: sinks: sematext_metrics: {
66
classes: {
77
commonly_used: false
88
delivery: "at_least_once"
9-
development: "beta"
9+
development: "stable"
1010
service_providers: ["Sematext"]
1111
egress_method: "batch"
1212
stateful: true

website/cue/reference/components/sinks/splunk_hec_metrics.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ components: sinks: splunk_hec_metrics: {
66
classes: {
77
commonly_used: false
88
delivery: "at_least_once"
9-
development: "beta"
9+
development: "stable"
1010
egress_method: "batch"
1111
service_providers: ["Splunk"]
1212
stateful: false

website/cue/reference/components/sinks/vector.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ components: sinks: vector: {
1212
classes: {
1313
commonly_used: false
1414
delivery: "best_effort"
15-
development: "beta"
15+
development: "stable"
1616
egress_method: "batch"
1717
service_providers: []
1818
stateful: false

website/cue/reference/components/sources/apache_metrics.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ components: sources: apache_metrics: {
77
commonly_used: false
88
delivery: "at_least_once"
99
deployment_roles: ["daemon", "sidecar"]
10-
development: "beta"
10+
development: "stable"
1111
egress_method: "batch"
1212
stateful: false
1313
}

website/cue/reference/components/sources/aws_ecs_metrics.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ components: sources: aws_ecs_metrics: {
1212
commonly_used: false
1313
delivery: "at_least_once"
1414
deployment_roles: ["sidecar"]
15-
development: "beta"
15+
development: "stable"
1616
egress_method: "batch"
1717
stateful: false
1818
}

website/cue/reference/components/sources/aws_kinesis_firehose.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ components: sources: aws_kinesis_firehose: {
99
commonly_used: false
1010
delivery: "at_least_once"
1111
deployment_roles: ["aggregator"]
12-
development: "beta"
12+
development: "stable"
1313
egress_method: "batch"
1414
stateful: false
1515
}

website/cue/reference/components/sources/aws_s3.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ components: sources: aws_s3: components._aws & {
2525
commonly_used: true
2626
deployment_roles: ["aggregator"]
2727
delivery: "at_least_once"
28-
development: "beta"
28+
development: "stable"
2929
egress_method: "stream"
3030
stateful: false
3131
}

website/cue/reference/components/sources/aws_sqs.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ components: sources: aws_sqs: components._aws & {
2929
commonly_used: true
3030
deployment_roles: ["aggregator"]
3131
delivery: "at_least_once"
32-
development: "beta"
32+
development: "stable"
3333
egress_method: "stream"
3434
stateful: false
3535
}

website/cue/reference/components/sources/datadog_agent.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ components: sources: datadog_agent: {
1313
commonly_used: false
1414
delivery: "at_least_once"
1515
deployment_roles: ["aggregator", "sidecar"]
16-
development: "beta"
16+
development: "stable"
1717
egress_method: "batch"
1818
stateful: false
1919
}

website/cue/reference/components/sources/exec.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ components: sources: exec: {
77
commonly_used: false
88
delivery: "at_least_once"
99
deployment_roles: ["sidecar"]
10-
development: "beta"
10+
development: "stable"
1111
egress_method: "stream"
1212
stateful: false
1313
}

website/cue/reference/components/sources/heroku_logs.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ components: sources: heroku_logs: {
1515
commonly_used: false
1616
delivery: "at_least_once"
1717
deployment_roles: ["aggregator"]
18-
development: "beta"
18+
development: "stable"
1919
egress_method: "batch"
2020
stateful: false
2121
}

website/cue/reference/components/sources/host_metrics.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ components: sources: host_metrics: {
1313
commonly_used: false
1414
delivery: "at_least_once"
1515
deployment_roles: ["daemon"]
16-
development: "beta"
16+
development: "stable"
1717
egress_method: "batch"
1818
stateful: false
1919
}

website/cue/reference/components/sources/http_server.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ components: sources: http_server: {
1010
commonly_used: false
1111
delivery: "at_least_once"
1212
deployment_roles: ["aggregator", "sidecar"]
13-
development: "beta"
13+
development: "stable"
1414
egress_method: "batch"
1515
stateful: false
1616
}

website/cue/reference/components/sources/internal_logs.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ components: sources: internal_logs: {
88
commonly_used: true
99
delivery: "at_least_once"
1010
deployment_roles: ["aggregator", "daemon", "sidecar"]
11-
development: "beta"
11+
development: "stable"
1212
egress_method: "stream"
1313
stateful: false
1414
}

website/cue/reference/components/sources/internal_metrics.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ components: sources: internal_metrics: {
1212
commonly_used: true
1313
delivery: "at_least_once"
1414
deployment_roles: ["aggregator", "daemon", "sidecar"]
15-
development: "beta"
15+
development: "stable"
1616
egress_method: "batch"
1717
stateful: false
1818
}

website/cue/reference/components/sources/logstash.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ components: sources: logstash: {
99
commonly_used: true
1010
delivery: "best_effort"
1111
deployment_roles: ["sidecar", "aggregator"]
12-
development: "beta"
12+
development: "stable"
1313
egress_method: "stream"
1414
stateful: false
1515
}

website/cue/reference/components/sources/mongodb_metrics.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ components: sources: mongodb_metrics: {
77
commonly_used: false
88
delivery: "at_least_once"
99
deployment_roles: ["daemon", "sidecar"]
10-
development: "beta"
10+
development: "stable"
1111
egress_method: "batch"
1212
stateful: false
1313
}

website/cue/reference/components/sources/nats.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ components: sources: nats: {
2828
commonly_used: true
2929
deployment_roles: ["aggregator"]
3030
delivery: "best_effort"
31-
development: "beta"
31+
development: "stable"
3232
egress_method: "stream"
3333
stateful: false
3434
}

website/cue/reference/components/sources/nginx_metrics.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ components: sources: nginx_metrics: {
77
commonly_used: false
88
delivery: "at_least_once"
99
deployment_roles: ["daemon", "sidecar"]
10-
development: "beta"
10+
development: "stable"
1111
egress_method: "batch"
1212
stateful: false
1313
}

website/cue/reference/components/sources/postgresql_metrics.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ components: sources: postgresql_metrics: {
1212
commonly_used: false
1313
delivery: "at_least_once"
1414
deployment_roles: ["daemon", "sidecar"]
15-
development: "beta"
15+
development: "stable"
1616
egress_method: "batch"
1717
stateful: false
1818
}

website/cue/reference/components/sources/prometheus_scrape.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ components: sources: prometheus_scrape: {
88
commonly_used: false
99
delivery: "at_least_once"
1010
deployment_roles: ["daemon", "sidecar"]
11-
development: "beta"
11+
development: "stable"
1212
egress_method: "batch"
1313
stateful: false
1414
}

website/cue/reference/components/sources/redis.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ components: sources: redis: {
3232
commonly_used: false
3333
delivery: "best_effort"
3434
deployment_roles: ["aggregator"]
35-
development: "beta"
35+
development: "stable"
3636
egress_method: "stream"
3737
stateful: false
3838
}

website/cue/reference/components/sources/vector.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ components: sources: vector: {
1313
commonly_used: false
1414
delivery: "at_least_once"
1515
deployment_roles: ["aggregator"]
16-
development: "beta"
16+
development: "stable"
1717
egress_method: "stream"
1818
stateful: false
1919
}

website/cue/reference/components/transforms/aggregate.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ components: transforms: aggregate: {
1111

1212
classes: {
1313
commonly_used: false
14-
development: "beta"
14+
development: "stable"
1515
egress_method: "stream"
1616
stateful: true
1717
}

website/cue/reference/components/transforms/reduce.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ components: transforms: reduce: {
1010

1111
classes: {
1212
commonly_used: false
13-
development: "beta"
13+
development: "stable"
1414
egress_method: "stream"
1515
stateful: true
1616
}

website/cue/reference/components/transforms/sample.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ components: transforms: sample: {
99

1010
classes: {
1111
commonly_used: false
12-
development: "beta"
12+
development: "stable"
1313
egress_method: "stream"
1414
stateful: false
1515
}

website/cue/reference/components/transforms/throttle.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ components: transforms: throttle: {
99

1010
classes: {
1111
commonly_used: false
12-
development: "beta"
12+
development: "stable"
1313
egress_method: "stream"
1414
stateful: true
1515
}

0 commit comments

Comments
 (0)