-
Notifications
You must be signed in to change notification settings - Fork 1.8k
refactor: migrate status bar charts to v5 #9548
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
Merged
ahmadshaheer
merged 8 commits into
refactor/external-apis-query_range-v5-migration-base-PR
from
refactor/migrate-status-bar-charts-to-v5
Nov 12, 2025
Merged
refactor: migrate status bar charts to v5 #9548
ahmadshaheer
merged 8 commits into
refactor/external-apis-query_range-v5-migration-base-PR
from
refactor/migrate-status-bar-charts-to-v5
Nov 12, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…' into refactor/migrate-status-bar-charts-to-v5
nityanandagohain
previously approved these changes
Nov 11, 2025
aks07
approved these changes
Nov 12, 2025
nityanandagohain
approved these changes
Nov 12, 2025
…' into refactor/migrate-status-bar-charts-to-v5
…' into refactor/migrate-status-bar-charts-to-v5
2fa75d0
into
refactor/external-apis-query_range-v5-migration-base-PR
2 checks passed
nityanandagohain
pushed a commit
that referenced
this pull request
Nov 18, 2025
* fix: fix the issue of aggregation incorrectly falling back to count * refactor: add support for v5 queries in endPointDetailsDataQueries of EndPointDetails * chore: add common utility functions * chore: add convertFiltersWithUrlHandling helper * fix: remove the aggregateOperator fallback logic changes * refactor: migrate external APIs -> endpoint metrics query range request to v5 (#9494) * refactor: migrate endpoint metrics api to v5 * fix: overall improvements * fix: add url checks * chore: remove unnecessary tests * chore: remove old test * chore: aggregateAttribute to aggregations * refactor: migrate status bar charts to v5 (#9548) * refactor: migrate status bar charts to v5 * chore: add tests * chore: remove unnecessary tests * chore: aggregateAttribute to aggregations * fix: fix the failing test * refactor: migrate external APIs -> domain metrics query range request to v5 (#9484) * refactor: migrate domain metrics query_range to v5 * fix: overall bugfixes * chore: fix the failing tests * refactor: migrate dependent services to query range v5 (#9549) * refactor: migrate dependent services to query_range v5 * chore: remove unnecessary tests * chore: aggregateAttribute to aggregations * refactor: migrate rate over time and latency charts query to v5 (#9544) * fix: fix the issue of aggregation incorrectly falling back to count * refactor: migrate rate over time and latency charts query to v5 * chore: write tests for rate over time and latency over time charts * chore: overall improvements to the test * fix: add url checks * chore: remove the unnecessary tests * chore: aggregateAttribute to aggregations * fix: fix the failing tests * chore: remove unnecessary test * refactor: migrate "all endpoints" query range request to v5 (#9557) * feat: add support for hiding columns in GridTableComponent * refactor: migrate all endpoints section query payload to v5 * chore: aggregateAttribute to aggregations * test: add V5 migration tests for all endpoints tab * fix: add http.url exists or url.full exists to ensure we don't get null data * fix: fallback to url.full while displaying endpoint value * fix: update renderColumnCell type to accept variable arguments * fix: remove type casting for renderColumnCell in getAllEndpointsWidgetData * refactor: migrate external APIs -> domain dropdown query range request to v5 (#9495) * refactor: migrate domain dropdown request to query_range v5 * fix: add utility to add http.url or url.full to the filter expression * chore: aggregateAttribute to aggregations * fix: add http.url exists or url.full exists to ensure we don't get null data * fix: fallback to url.full if http.url doesn't exist * fix: fix the failing test * test: add V5 migration tests for endpoint dropdown query * fix: fix the failing ts check * fix: fix the failing tests * fix: fix the failing tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔍 Related Issues
Part of #9323
📋 Checklist