File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/sources/flow/reference/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ The following blocks are supported inside the definition of
78
78
Hierarchy | Block | Description | Required
79
79
--------- | ----- | ----------- | --------
80
80
tls | [ tls] [ ] | Configures TLS for the HTTP client. | no
81
- metrics | [ metrics] [ ] | Configures the metrics that this component generates to monitor its state . | no
82
- resource_attributes | [ resource_attributes] [ ] | Configures the resource attributes that this component generates to annotate telemetry data . | no
81
+ metrics | [ metrics] [ ] | Configures which metrics will be sent to downstream components . | no
82
+ resource_attributes | [ resource_attributes] [ ] | Configures resource attributes for metrics sent to downstream components . | no
83
83
debug_metrics | [ debug_metrics] [ ] | Configures the metrics that this component generates to monitor its state. | no
84
84
output | [ output] [ ] | Configures where to send received telemetry data. | yes
85
85
You can’t perform that action at this time.
0 commit comments