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

Conversation

jwilder
Copy link
Collaborator

@jwilder jwilder commented Jul 10, 2023

This adds more ingestor related metrics to assess how ingestor is performing.

  • Cardinality estimates for metrics and series
  • Max segment age
  • Segment size on disk

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.
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.
This adds a basic HyperLogLog-based cardinalty estimator and a
rolling version that allows for cardinality counting over time.
Copy link
Member

@jessejlt jessejlt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment

ingestor/service.go Show resolved Hide resolved
@jwilder jwilder merged commit f7ce336 into main Jul 12, 2023
@jwilder jwilder deleted the jwilder/ingestor branch July 12, 2023 15:52
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.

2 participants