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

[BUG] Metric explorer page time picker does not work #884

Closed
venkateshamatam opened this issue May 16, 2024 · 0 comments · Fixed by #961
Closed

[BUG] Metric explorer page time picker does not work #884

venkateshamatam opened this issue May 16, 2024 · 0 comments · Fixed by #961
Labels
bug Something isn't working

Comments

@venkateshamatam
Copy link
Collaborator

Description

The time picker on the 'metrics-explorer' page fails to update the metric names when a new time range is selected.

Steps to Reproduce

  1. Navigate to the 'metrics-explorer' page at metrics-explorer.html.
  2. Note that upon initial page load, an API call is made to /metric_names with a default time range of now-1h.
  3. Change the time range using the time picker. Observe that no new API call is made to update the metric names for the selected time range, and the metric names dropdown remains unpopulated.

Expected Behavior

Upon selecting a new time range in the time picker, the metric names and other fields should update to reflect data over the new time range.

@venkateshamatam venkateshamatam added the bug Something isn't working label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant