Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): Update component statuses 2023Q2 #17362

Merged
merged 2 commits into from
May 11, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ components: sinks: datadog_traces: {
title: "Datadog Traces"

classes: sinks._datadog.classes & {
stateful: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I added this stateful flag. It came out of one of my recent gardener rotations where a user had pointed out that some of the sinks were actually technically stateful but weren't documented as such.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's due to the apm stats feature?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct. We cache the stats across multiple batches being sent through the sink.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we may want to reword the context that's included for state vs stateless. I can see how the stateless description is not totally wrong for traces 🤔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doh, thanks for catching, I didn't mean to drop that.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we may want to reword the context that's included for state vs stateless. I can see how the stateless description is not totally wrong for traces

Hmmm... in the context of the trace payloads only, yes it is stateless. But the APM stats are not an opt in feature so the sink truly is stateful. Not saying the descriptions couldn't be improved but, I do think stateless is inaccurate.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I agree - it was more of a observation as I read the descriptions.

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
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
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
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
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
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