aws-otel-helm-charts icon indicating copy to clipboard operation
aws-otel-helm-charts copied to clipboard

feat: support additional processor injection from values

Open imZack opened this issue 2 years ago • 7 comments

Description: <Describe what has changed.>

Currently, there is no easy way to add more processors in the pipeline. With this PR, it can be done by injecting the values.

For instance, I want to exclude some namespaces, I can inject values like the below to make it work.

adotCollector:
    processors:
      timeout: 60s
      additionalProcessors: |
        filter/no-kube:
          metrics:
            exclude:
              match_type: regexp
              resource_attributes:
                - Key: Namespace
                  Value: (kube-*)
    service:
      metrics:
        receivers: ["prometheus"]
        processors: ["batch/metrics", "filter/no-kube"]
        exporters: ["prometheusremotewrite"]

Link to tracking Issue: <Issue number if applicable>

Testing: <Describe what testing was performed and which tests were added.>

Documentation: <Describe the documentation added.>

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

imZack avatar Sep 22 '22 07:09 imZack

Can someone help to review this PR?

imZack avatar Sep 27 '22 01:09 imZack

This PR is stale because it has been open 60 days with no activity.

github-actions[bot] avatar Nov 27 '22 20:11 github-actions[bot]

It would be nice if this merge request is reviewed and merged. This is an important feature which should be supported.

crigertg avatar Dec 09 '22 11:12 crigertg

This PR is stale because it has been open 60 days with no activity.

github-actions[bot] avatar Feb 12 '23 20:02 github-actions[bot]

Bump (to remove stale action)

sukrit007 avatar Sep 12 '23 06:09 sukrit007

This PR is stale because it has been open 60 days with no activity.

github-actions[bot] avatar Nov 19 '23 20:11 github-actions[bot]

This PR is stale because it has been open 60 days with no activity.

github-actions[bot] avatar Jan 28 '24 20:01 github-actions[bot]