You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: new_component
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: processor/interval
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Adds the initial structure for a new processor that aggregates metrics and periodically forwards the latest values to the next component in the pipeline.
# One or more tracking issues related to the change
issues: [29461]
# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext: |
As per the CONTRIBUTING.md recommendations, this PR only creates the basic structure of the processor. The concrete implementation will come as a separate followup PR