SPLK-4001 · Question #57
Which component of the OpenTelemetry Collector allows for the modification of metadata?
The correct answer is A. Processors. Processors are components that can modify the telemetry data before sending it to exporters or other components. Processors can perform various transformations on metrics, traces, and logs, such as filtering, adding, deleting, or updating attributes, labels, or resources…
Question
Which component of the OpenTelemetry Collector allows for the modification of metadata?
Options
- AProcessors
- BPipelines
- CExporters
- DReceivers
How the community answered
(42 responses)- A90% (38)
- B2% (1)
- C2% (1)
- D5% (2)
Explanation
Processors are components that can modify the telemetry data before sending it to exporters or other components. Processors can perform various transformations on metrics, traces, and logs, such as filtering, adding, deleting, or updating attributes, labels, or resources. Processors can also enrich the telemetry data with additional metadata from various sources, such as Kubernetes, environment variables, or system information. For example, one of the processors that can modify metadata is the attributes processor. This processor can update, insert, delete, or replace existing attributes on metrics or traces. Attributes are key-value pairs that provide additional information about the telemetry data, such as the service name, the host name, or the span kind. Another example is the resource processor. This processor can modify resource attributes on metrics or traces. Resource attributes are key-value pairs that describe the entity that produced the telemetry data, such as the cloud provider, the region, or the instance type.
Topics
Community Discussion
No community discussion yet for this question.