Which processor would you configure in the OpenTelemetry Collector to add a new attribute called 'environment' with the value 'production' to all telemetry spans?
Which component in the OpenTelemetry Logs Bridge API is responsible for sending log records to external systems such as the OpenTelemetry Collector or a backend service?
Your application processes incoming requests in batches, where each batch operation is initiated by multiple spans representing individual items. How should you represent the relationship between the batch operation span and the individual item spans in OpenTelemetry?