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

Ingestor metrics #64

Merged
merged 6 commits into from
Jul 12, 2023
Merged

Ingestor metrics #64

merged 6 commits into from
Jul 12, 2023

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    a9fb20a View commit details
    Browse the repository at this point in the history
  2. Add support for dropping labels/metrics

    This adds the capability to drop metrics matching a regex and labels
    that match both a metrics and labels regex.
    
    This is useful for dropping data that is shipped by collectors or
    remote write clients that is not desirabel to store.
    jwilder committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    3bab7db View commit details
    Browse the repository at this point in the history
  3. Add drop metrics/labels support to collector

    This adds the same capability as ingestor to collector to drop
    labels and metrics matching regexes.  This is useful to drop data
    that is not desirable to store from even being collected.  Doing
    this as collection time can reduce resource usage on collectors and
    reduce the volume of data that ingestors and Kusto needs to process.
    jwilder committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    ef96e46 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Add cardinality estimation support types

    This adds a basic HyperLogLog-based cardinalty estimator and a
    rolling version that allows for cardinality counting over time.
    jwilder committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    e3b37f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Add max segment age metrics

    jwilder committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    42460a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dee4bf View commit details
    Browse the repository at this point in the history