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

UI: Select time range with mouse drag feature #7853

Merged
merged 9 commits into from
Oct 23, 2024

Conversation

Reimirno
Copy link
Contributor

@Reimirno Reimirno commented Oct 22, 2024

  • I added CHANGELOG entry for this change.
  • Change is not relevant to the end user.

Changes

Added mouse selection of time range feature to web UI.

Adapted from prometheus/prometheus@167dfa1

Verification

It's almost identical to prometheus impl, and I manually verified that it works. See screen recording below in comments.

@Reimirno Reimirno changed the title UI: Select time range with mouse drag UI: Select time range with mouse drag feature Oct 22, 2024
yulong-db and others added 4 commits October 21, 2024 22:27
If a querier sees a "stats" parameter in the query request, it will attach important information about the query execution to the response.
But currently, even if an user sets this value, the Query Frontend will lose this value in its middleware/roundtrippers.

This PR fixes this problem by properly encoding/decoding the requests in QFE.

Signed-off-by: Pedro Tanaka <[email protected]>
Signed-off-by: Yu Long <[email protected]>
…-io#7851)

Bumps [go.opentelemetry.io/otel/bridge/opentracing](https://github.com/open-telemetry/opentelemetry-go) from 1.29.0 to 1.31.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.29.0...v1.31.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/bridge/opentracing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Yu Long <[email protected]>
Signed-off-by: Yu Long <[email protected]>
@Reimirno Reimirno force-pushed the ui-mouse-select-time-range branch from 1623e8a to 71a4213 Compare October 22, 2024 05:27
@Reimirno
Copy link
Contributor Author

Recording 2024-10-21 at 22 17 17

@christopherzli
Copy link

Thanks for working on it! Please help fix the unit test.

Signed-off-by: Yu Long <[email protected]>
Copy link
Member

@saswatamcode saswatamcode left a comment

Choose a reason for hiding this comment

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

Thanks a lot!

@saswatamcode saswatamcode merged commit e5bb3a4 into thanos-io:main Oct 23, 2024
22 checks passed
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.

6 participants