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

#1806 Provide configurable search count metrics to be exposed via Prometheus #1807

Merged
merged 6 commits into from
Nov 30, 2023

Commits on Nov 30, 2023

  1. #1806 make a common metric prefix configurable for all gathered Ditto…

    … custom metrics
    
    Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
    thjaeckle committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9a28a35 View commit details
    Browse the repository at this point in the history
  2. #1806 provide configuration for operator defined custom metrics

    * add new as singleton started Actor OperatorMetricsProviderActor responsible for gathering the metrics and reporting via DittoMetrics gauges
    * provide configuration options for scrape-interval, namespaces to count and and RQL filter to apply, including optional tags to add to gauges
    * provide example in configuration
    
    Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
    thjaeckle committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    40e1e83 View commit details
    Browse the repository at this point in the history
  3. #1806 provide Helm configuration for metric prefix and custom metrics

    Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
    thjaeckle committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    1e34080 View commit details
    Browse the repository at this point in the history
  4. #1806 provide documentation

    Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
    thjaeckle committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    b04fe80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71fe6dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    459376e View commit details
    Browse the repository at this point in the history