forked from vectordotdev/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(observability): propagate tracing span context in stream sink req…
…uest building (vectordotdev#19712) * fix(observability): propagate tracing span context in stream sink request building * changelog * feedback js
- Loading branch information
1 parent
4c3d9c1
commit c667ccc
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
...elog.d/19712_propagate_tracing_span_context_stream_sink_request_building.fix.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
The following metrics now correctly have the `component_kind`, `component_type`, and `component_id` tags: | ||
- `component_errors_total` | ||
- `component_discarded_events_total` | ||
|
||
For the following sinks: | ||
- `splunk_hec` | ||
- `clickhouse` | ||
- `loki` | ||
- `redis` | ||
- `azure_blob` | ||
- `azure_monitor_logs` | ||
- `webhdfs` | ||
- `appsignal` | ||
- `amqp` | ||
- `aws_kinesis` | ||
- `statsd` | ||
- `honeycomb` | ||
- `gcp_stackdriver_metrics` | ||
- `gcs_chronicle_unstructured` | ||
- `gcp_stackdriver_logs` | ||
- `gcp_pubsub` | ||
- `gcp_cloud_storage` | ||
- `nats` | ||
- `http` | ||
- `kafka` | ||
- `new_relic` | ||
- `datadog_metrics` | ||
- `datadog_traces` | ||
- `datadog_events` | ||
- `databend` | ||
- `prometheus_remote_write` | ||
- `pulsar` | ||
- `aws_s3` | ||
- `aws_sqs` | ||
- `aws_sns` | ||
- `elasticsearch` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters