Skip to content

Conversation

grobinson-grafana
Copy link
Contributor

@grobinson-grafana grobinson-grafana commented May 6, 2025

What this PR does / why we need it:

This pull request re-implements ExceedsLimits in the ingest-limits-frontend to use the new ExceedsLimits RPC call instead of GetStreamUsage.

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Checklist

  • Reviewed the CONTRIBUTING.md guide (required)
  • Documentation added
  • Tests updated
  • Title matches the required conventional commits format, see here
    • Note that Promtail is considered to be feature complete, and future development for logs collection will be in Grafana Alloy. As such, feat PRs are unlikely to be accepted unless a case can be made for the feature actually being a bug fix to existing behavior.
  • Changes that require user attention or interaction to upgrade are documented in docs/sources/setup/upgrade/_index.md
  • If the change is deprecating or removing a configuration option, update the deprecated-config.yaml and deleted-config.yaml files respectively in the tools/deprecated-config-checker directory. Example PR

@grobinson-grafana grobinson-grafana requested a review from a team as a code owner May 6, 2025 07:25
@grobinson-grafana grobinson-grafana force-pushed the grobinson/reimplement-exceeds-limits-in-frontend branch 2 times, most recently from 52f04ba to a458a2e Compare May 6, 2025 12:17
}},
}, nil},
exceedsLimitsResponseErrs: []error{nil, errors.New("an unexpected error occurred")},
expectedErr: "an unexpected error occurred",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This will change once we figure out what to do when we cannot get an answer for a partition.

@grobinson-grafana grobinson-grafana force-pushed the grobinson/reimplement-exceeds-limits-in-frontend branch from a458a2e to 01f9000 Compare May 6, 2025 18:07
@grobinson-grafana grobinson-grafana force-pushed the grobinson/reimplement-exceeds-limits-in-frontend branch from 01f9000 to bc9d753 Compare May 6, 2025 18:15
@grobinson-grafana grobinson-grafana merged commit 7b88a02 into main May 6, 2025
65 checks passed
@grobinson-grafana grobinson-grafana deleted the grobinson/reimplement-exceeds-limits-in-frontend branch May 6, 2025 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants