Skip to content

Add "inserted" metrics to processorhelper #10353

Description

@djaglowski

Is your feature request related to a problem? Please describe.
The current set of autogenerated metrics in processorhelper do not represent telemetry which was inserted by a processor. This is not a terribly common use case but is technically possible and can be important to understand.

A couple examples:

  • metrics generation processor
  • An aggregation processor may aggregate 10 items into 1. When doing so, I think it would be reasonable to describe this as 10 dropped, 1 inserted.
  • A delta-to-cumulative processor should arguably report N dropped, N inserted.

Describe the solution you'd like
I'd like to add one additional metric for each data type, called processor_inserted_*.

Metadata

Metadata

Assignees

No one assigned

    Labels

    collector-telemetryhealthchecker and other telemetry collection issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions