Skip to content

[processor/filter] Add metrics for dropped telemetry #13169

Closed
@ajsaclayan

Description

@ajsaclayan

Is your feature request related to a problem? Please describe.
We have a dashboard that shows the success rate of data flowing through a collector pipeline. We use four metrics to determine success rate:

  1. Receiver accepted data point
  2. Receiver refused data point
  3. Processor dropped data point
  4. Exporter sent data point

We have a filter processor configured for telemetry we don't care about. When telemetry gets dropped from a filter processor, we have no metrics to identify that they were dropped. Since they were dropped, our success rate calculation is lower than expected.

Describe the solution you'd like
As a developer, it would be nice to know how many traces/spans/logs are getting dropped by a filter processor.

Describe alternatives you've considered
N/A

Additional context
N/A

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions