-
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] Introducing Timerange Data Mode for Metric Style Visualizations #37185
Merged
gospodarsky
merged 55 commits into
elastic:master
from
gospodarsky:tsvb-timerange-support
Jul 18, 2019
Merged
[TSVB] Introducing Timerange Data Mode for Metric Style Visualizations #37185
gospodarsky
merged 55 commits into
elastic:master
from
gospodarsky:tsvb-timerange-support
Jul 18, 2019
Conversation
This file contains 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
💔 Build Failed |
💚 Build Succeeded |
gospodarsky
changed the title
Add Time Range input to Panel on TSVB
Add a Time Range input on TSVB
May 28, 2019
gospodarsky
changed the title
Add a Time Range input on TSVB
[TSVB] Add a Time Range input
May 28, 2019
alexwizp
changed the title
[TSVB] Add a Time Range input
[TSVB] Introducing Timerange Data Mode for Metric Style Visualizations
May 29, 2019
alexwizp
reviewed
May 30, 2019
src/legacy/core_plugins/metrics/public/components/index_pattern.js
Outdated
Show resolved
Hide resolved
alexwizp
reviewed
May 30, 2019
src/legacy/core_plugins/metrics/public/components/index_pattern.js
Outdated
Show resolved
Hide resolved
alexwizp
reviewed
May 30, 2019
src/legacy/core_plugins/metrics/public/components/index_pattern.js
Outdated
Show resolved
Hide resolved
…into tsvb-timerange-support
💚 Build Succeeded |
…into tsvb-timerange-support
💚 Build Succeeded |
…into tsvb-timerange-support
…into tsvb-timerange-support
…into tsvb-timerange-support
💔 Build Failed |
💔 Build Failed |
💔 Build Failed |
💚 Build Succeeded |
💔 Build Failed |
💚 Build Succeeded |
💔 Build Failed |
💔 Build Failed |
💚 Build Succeeded |
gospodarsky
pushed a commit
that referenced
this pull request
Jul 18, 2019
#37185) (#41440) * Add Time Range input to Panel on TSVB * Disable YesNo Component * Remove redundant translations * add timerange_data_modes * Fix reviews * BE part * add new ui restriction * add new ui restriction - ui part * override index pattern issue * Take TIME_RANGE_MODE_KEY out * Make TimeRange more stable * Small improvements * Small improvements - BE part * Small improvements - BE part * Small improvements - BE part * Bind uiRestrictions to UI of the Time Range * Get rid of context consumers * Remove console.log * Add translation and refactor a little * Pretty Panel config
This was referenced Jul 19, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature:New Feature
New feature not correlating to an existing feature label
Feature:TSVB
TSVB (Time Series Visual Builder)
release_note:enhancement
v7.4.0
v8.0.0
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.
Fix: #23467
Summary
It has been a long time since the story was created.
The PR embeds
Data timerange mode
to the:Entire time range
andLast value
options.Last Value
only.How it looks.
Last value
Entire time range
Known issues
The value shown if you select an overall timerange of < 30 minutes might be off a bit, due to some Elasticsearch bug (elastic/elasticsearch#43577).