Skip to content

Commit

Permalink
chore(docs): Update component statuses 2023Q2 (vectordotdev#17362)
Browse files Browse the repository at this point in the history
* 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 <jesse.szwedko@datadoghq.com>

* Add back stateful

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

---------

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko authored May 11, 2023
1 parent ae6a51b commit 22cda94
Show file tree
Hide file tree
Showing 42 changed files with 43 additions and 44 deletions.
2 changes: 1 addition & 1 deletion website/cue/reference/components/sinks/aws_sqs.cue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ components: sinks: aws_sqs: components._aws & {
classes: {
commonly_used: false
delivery: "at_least_once"
development: "beta"
development: "stable"
egress_method: "stream"
service_providers: ["AWS"]
stateful: false
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sinks/azure_blob.cue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ components: sinks: azure_blob: {
classes: {
commonly_used: true
delivery: "at_least_once"
development: "beta"
development: "stable"
egress_method: "batch"
service_providers: ["Azure"]
stateful: false
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sinks/clickhouse.cue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ components: sinks: clickhouse: {
classes: {
commonly_used: true
delivery: "at_least_once"
development: "beta"
development: "stable"
egress_method: "batch"
service_providers: ["Yandex"]
stateful: false
Expand Down
4 changes: 1 addition & 3 deletions website/cue/reference/components/sinks/datadog_events.cue
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ package metadata
components: sinks: datadog_events: {
title: "Datadog Events"

classes: sinks._datadog.classes & {
development: "beta"
}
classes: sinks._datadog.classes

features: {
acknowledgements: true
Expand Down
3 changes: 2 additions & 1 deletion website/cue/reference/components/sinks/datadog_traces.cue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ components: sinks: datadog_traces: {
title: "Datadog Traces"

classes: sinks._datadog.classes & {
stateful: true
stateful: true
development: "beta"
}

features: {
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sinks/file.cue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ components: sinks: file: {
commonly_used: false
delivery: "at_least_once"

development: "beta"
development: "stable"
egress_method: "stream"
service_providers: []
stateful: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ components: sinks: gcp_cloud_storage: {
classes: {
commonly_used: true
delivery: "at_least_once"
development: "beta"
development: "stable"
egress_method: "batch"
service_providers: ["GCP"]
stateful: false
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sinks/gcp_pubsub.cue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ components: sinks: gcp_pubsub: {
classes: {
commonly_used: true
delivery: "at_least_once"
development: "beta"
development: "stable"
egress_method: "batch"
service_providers: ["GCP"]
stateful: false
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sinks/honeycomb.cue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ components: sinks: honeycomb: {
classes: {
commonly_used: false
delivery: "at_least_once"
development: "beta"
development: "stable"
egress_method: "batch"
service_providers: ["Honeycomb"]
stateful: false
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sinks/humio.cue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ components: sinks: _humio: {
classes: {
commonly_used: false
delivery: "at_least_once"
development: "beta"
development: "stable"
egress_method: "batch"
service_providers: ["Humio"]
stateful: false
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sinks/loki.cue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ components: sinks: loki: {
classes: {
commonly_used: true
delivery: "at_least_once"
development: "beta"
development: "stable"
egress_method: "batch"
service_providers: ["Grafana"]
stateful: false
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sinks/nats.cue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ components: sinks: nats: {
classes: {
commonly_used: false
delivery: "best_effort"
development: "beta"
development: "stable"
egress_method: "stream"
service_providers: []
stateful: false
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sinks/new_relic.cue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ components: sinks: new_relic: {
classes: {
commonly_used: false
delivery: "at_least_once"
development: "stable"
development: "beta"
egress_method: "batch"
service_providers: ["New Relic"]
stateful: false
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sinks/pulsar.cue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ components: sinks: pulsar: {
classes: {
commonly_used: false
delivery: "at_least_once"
development: "beta"
development: "stable"
egress_method: "stream"
service_providers: []
stateful: false
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sinks/redis.cue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ components: sinks: redis: {
classes: {
commonly_used: false
delivery: "best_effort"
development: "beta"
development: "stable"
egress_method: "batch"
service_providers: []
stateful: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ components: sinks: sematext_metrics: {
classes: {
commonly_used: false
delivery: "at_least_once"
development: "beta"
development: "stable"
service_providers: ["Sematext"]
egress_method: "batch"
stateful: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ components: sinks: splunk_hec_metrics: {
classes: {
commonly_used: false
delivery: "at_least_once"
development: "beta"
development: "stable"
egress_method: "batch"
service_providers: ["Splunk"]
stateful: false
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sinks/vector.cue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ components: sinks: vector: {
classes: {
commonly_used: false
delivery: "best_effort"
development: "beta"
development: "stable"
egress_method: "batch"
service_providers: []
stateful: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ components: sources: apache_metrics: {
commonly_used: false
delivery: "at_least_once"
deployment_roles: ["daemon", "sidecar"]
development: "beta"
development: "stable"
egress_method: "batch"
stateful: false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ components: sources: aws_ecs_metrics: {
commonly_used: false
delivery: "at_least_once"
deployment_roles: ["sidecar"]
development: "beta"
development: "stable"
egress_method: "batch"
stateful: false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ components: sources: aws_kinesis_firehose: {
commonly_used: false
delivery: "at_least_once"
deployment_roles: ["aggregator"]
development: "beta"
development: "stable"
egress_method: "batch"
stateful: false
}
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sources/aws_s3.cue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ components: sources: aws_s3: components._aws & {
commonly_used: true
deployment_roles: ["aggregator"]
delivery: "at_least_once"
development: "beta"
development: "stable"
egress_method: "stream"
stateful: false
}
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sources/aws_sqs.cue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ components: sources: aws_sqs: components._aws & {
commonly_used: true
deployment_roles: ["aggregator"]
delivery: "at_least_once"
development: "beta"
development: "stable"
egress_method: "stream"
stateful: false
}
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sources/datadog_agent.cue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ components: sources: datadog_agent: {
commonly_used: false
delivery: "at_least_once"
deployment_roles: ["aggregator", "sidecar"]
development: "beta"
development: "stable"
egress_method: "batch"
stateful: false
}
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sources/exec.cue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ components: sources: exec: {
commonly_used: false
delivery: "at_least_once"
deployment_roles: ["sidecar"]
development: "beta"
development: "stable"
egress_method: "stream"
stateful: false
}
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sources/heroku_logs.cue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ components: sources: heroku_logs: {
commonly_used: false
delivery: "at_least_once"
deployment_roles: ["aggregator"]
development: "beta"
development: "stable"
egress_method: "batch"
stateful: false
}
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sources/host_metrics.cue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ components: sources: host_metrics: {
commonly_used: false
delivery: "at_least_once"
deployment_roles: ["daemon"]
development: "beta"
development: "stable"
egress_method: "batch"
stateful: false
}
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sources/http_server.cue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ components: sources: http_server: {
commonly_used: false
delivery: "at_least_once"
deployment_roles: ["aggregator", "sidecar"]
development: "beta"
development: "stable"
egress_method: "batch"
stateful: false
}
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sources/internal_logs.cue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ components: sources: internal_logs: {
commonly_used: true
delivery: "at_least_once"
deployment_roles: ["aggregator", "daemon", "sidecar"]
development: "beta"
development: "stable"
egress_method: "stream"
stateful: false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ components: sources: internal_metrics: {
commonly_used: true
delivery: "at_least_once"
deployment_roles: ["aggregator", "daemon", "sidecar"]
development: "beta"
development: "stable"
egress_method: "batch"
stateful: false
}
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sources/logstash.cue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ components: sources: logstash: {
commonly_used: true
delivery: "best_effort"
deployment_roles: ["sidecar", "aggregator"]
development: "beta"
development: "stable"
egress_method: "stream"
stateful: false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ components: sources: mongodb_metrics: {
commonly_used: false
delivery: "at_least_once"
deployment_roles: ["daemon", "sidecar"]
development: "beta"
development: "stable"
egress_method: "batch"
stateful: false
}
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sources/nats.cue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ components: sources: nats: {
commonly_used: true
deployment_roles: ["aggregator"]
delivery: "best_effort"
development: "beta"
development: "stable"
egress_method: "stream"
stateful: false
}
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sources/nginx_metrics.cue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ components: sources: nginx_metrics: {
commonly_used: false
delivery: "at_least_once"
deployment_roles: ["daemon", "sidecar"]
development: "beta"
development: "stable"
egress_method: "batch"
stateful: false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ components: sources: postgresql_metrics: {
commonly_used: false
delivery: "at_least_once"
deployment_roles: ["daemon", "sidecar"]
development: "beta"
development: "stable"
egress_method: "batch"
stateful: false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ components: sources: prometheus_scrape: {
commonly_used: false
delivery: "at_least_once"
deployment_roles: ["daemon", "sidecar"]
development: "beta"
development: "stable"
egress_method: "batch"
stateful: false
}
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sources/redis.cue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ components: sources: redis: {
commonly_used: false
delivery: "best_effort"
deployment_roles: ["aggregator"]
development: "beta"
development: "stable"
egress_method: "stream"
stateful: false
}
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sources/vector.cue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ components: sources: vector: {
commonly_used: false
delivery: "at_least_once"
deployment_roles: ["aggregator"]
development: "beta"
development: "stable"
egress_method: "stream"
stateful: false
}
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/transforms/aggregate.cue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ components: transforms: aggregate: {

classes: {
commonly_used: false
development: "beta"
development: "stable"
egress_method: "stream"
stateful: true
}
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/transforms/reduce.cue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ components: transforms: reduce: {

classes: {
commonly_used: false
development: "beta"
development: "stable"
egress_method: "stream"
stateful: true
}
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/transforms/sample.cue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ components: transforms: sample: {

classes: {
commonly_used: false
development: "beta"
development: "stable"
egress_method: "stream"
stateful: false
}
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/transforms/throttle.cue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ components: transforms: throttle: {

classes: {
commonly_used: false
development: "beta"
development: "stable"
egress_method: "stream"
stateful: true
}
Expand Down

0 comments on commit 22cda94

Please sign in to comment.