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

feat: add loki_ingester_rf1_segment_age_seconds metric #13653

Merged
merged 5 commits into from
Jul 25, 2024

Commits on Jul 24, 2024

  1. feat: add loki_ingester_rf1_segment_age_seconds metric

    This commit adds a new metric loki_ingester_rf1_segment_age_seconds.
    It also cleans up a lot of the code that is used to report metrics
    for segments and adds a new SegmentsStats struct to get data from
    a SegmentWriter.
    grobinson-grafana committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    45cca9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a8203e View commit details
    Browse the repository at this point in the history
  3. Fix lint

    grobinson-grafana committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    563bb76 View commit details
    Browse the repository at this point in the history
  4. Fix lint

    grobinson-grafana committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    de59939 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Fix defer

    grobinson-grafana committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0cd0e16 View commit details
    Browse the repository at this point in the history