-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
TSVB display interval information when building #32117
Conversation
💚 Build Succeeded |
@AlonaNadler Could you please review? |
src/legacy/core_plugins/metrics/public/components/vis_editor_visualization.js
Show resolved
Hide resolved
src/legacy/core_plugins/metrics/public/components/vis_editor_visualization.js
Outdated
Show resolved
Hide resolved
src/legacy/core_plugins/metrics/public/components/vis_editor_visualization.js
Outdated
Show resolved
Hide resolved
src/legacy/core_plugins/metrics/public/components/vis_editor_visualization.js
Outdated
Show resolved
Hide resolved
src/legacy/core_plugins/metrics/public/components/vis_editor_visualization.js
Outdated
Show resolved
Hide resolved
2ae33c0
to
071b0d6
Compare
💚 Build Succeeded |
@alexwizp Interval is displayed everywhere correctly, so this part LGTM. However I'm not 100% sure if this is what we need here - an interval of |
@flash1293 Hm... looks like you are right! For >= we should show the actual interval. I'll update my PR |
💚 Build Succeeded |
Tested and works fine for me - but as I'm looking at it, doesn't it always make sense to display the actual interval instead of interpreting the user setting? This should always be correct, no matter what, right? |
@flash1293 we cannot. Please see the test case below: |
@alexwizp Makes sense, good work 👍 |
💔 Build Failed |
retest |
💔 Build Failed |
retest |
💚 Build Succeeded |
Summary
Fix: #31590
Added panel interval for the Metric, Top N, Gauge and Markdown tabs
New behavior:
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers