Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: high cardinality policy_violations metrics #96

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Aug 3, 2024

  1. fix: high cardinality policy_violations metrics (#1)

    * fix: high cardinality policy_violations metrics
    
    The exporter initialises all possible labels of dependency_track_project_policy_violations
    metrics which adds 72 metrics for each project.
    
    jetstack#53 has details of the rational but there are usecases where
    it is desirable to only have non-zero values of the metrics available.
    
    This change adds a new argument that enables only non-zero value metrics to be returned.
    This flag defaults to the current behaviour so is an opt in feature.
    
    * docs: add flag to readme
    dwalker-sabiogroup authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    5c03ea7 View commit details
    Browse the repository at this point in the history
  2. fix: imports (#2)

    * fix: imports
    
    * fix: invalid goreleaser args
    
    * fix: invalid goreleaser args
    
    * fix: invalid goreleaser args
    dwalker-sabiogroup authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    6c42902 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bde4b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c530bb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c65e35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62184a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    cbcbfa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eec6cc View commit details
    Browse the repository at this point in the history