Skip to content

Conversation

RetroJumper
Copy link

New Dimension Filter added to custom and discovery jobs, allows for multiple regex values to be inserted into yace config, allowing for metrics with specific dimension values to be rejected and not scraped

Example

      dimensionValueFilter:
        - name: Queue
          value: "^ActiveMQ\\.Statistics\\.Destination\\..+"
        - name: Queue
          value: "^.+\\.stats"
        - name: Queue
          value: "^LoadTesting.+"
        - name: Queue
          value: "^LoadingTest.+"
        - name: Queue
          value: ".*[Tt][Ee][Ss][Tt].*"
        - name: Topic
          value: ".*[Tt][Ee][Ss][Tt].*"

@RetroJumper RetroJumper changed the title SRE-4720 DimensionValueFilter, for filtering out metrics when discovery job used to mitigate costs Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant