loki
loki copied to clipboard
Add a process to ingester's series function to get series from storage
What this PR does / why we need it: Unlike other functions (Query, Label...), ingester's series function does not have a function to retrieve data from storage. Because of this, the series included in the response of the series API is missing, so implement the function described above.
Which issue(s) this PR fixes: Fixes #9729
Special notes for your reviewer:
Checklist
- [x] Reviewed the
CONTRIBUTING.mdguide (required) - [ ] Documentation added
- [x] Tests updated
- [x]
CHANGELOG.mdupdated- [ ] If the change is worth mentioning in the release notes, add
add-to-release-noteslabel
- [ ] If the change is worth mentioning in the release notes, add
- [ ] Changes that require user attention or interaction to upgrade are documented in
docs/sources/upgrading/_index.md - [ ] For Helm chart changes bump the Helm chart version in
production/helm/loki/Chart.yamland updateproduction/helm/loki/CHANGELOG.mdandproduction/helm/loki/README.md. Example PR
Thanks for the PR @Di-Is !
The general approach seems right to me. I need to further look at it in detail and check possible implications.
We have the same issue here. The pr applied locally seems to solve the issue. Any plan to merge that soon?
The code has been changed to match the latest main.
The problem still exists in version 3.0.0.