-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Lens] Lens metric visualization #39364
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
chrisdavies
merged 36 commits into
elastic:feature/lens
from
chrisdavies:lens/metric-scale
Aug 20, 2019
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
33802fd
Lens basic metric visualization
chrisdavies f5c809a
Fix merge issues, localize expression help text
chrisdavies 55a1fe3
Merge upstream
chrisdavies c159b4e
Add auto-scaling to the lens metric visualization
chrisdavies 356e9b6
Fix unit tests broken by autoscale
chrisdavies 6aea5dc
Move autoscale to the new Lens folder
chrisdavies 1135b3d
Merge upstream
chrisdavies 2dc623f
Add metric preview icon
chrisdavies bae8a6c
Fix metric vis tests
chrisdavies 4ee8f63
Fix metric plugin imports
chrisdavies 218cf00
Use the operation label as the metric title
chrisdavies a4f8c18
Merge upstream
chrisdavies 59e19d9
Add metric suggestions, fix tests
chrisdavies eda40df
Back out suggestion changes, in lieu
chrisdavies 55b59dd
Merge branch 'feature/lens' of github.com:elastic/kibana into lens/me…
chrisdavies 77b02a2
Merge upstream
chrisdavies 085210c
Fix metric autoscale logic
chrisdavies d00ddbb
Register metric as an embeddable
chrisdavies 8436275
Fix metric autoscale flicker
chrisdavies 4cbf3c8
Render mini metric in suggestions panel
chrisdavies 5065a14
Cache the metric filterOperations function
chrisdavies b11021b
fix auto scaling edge cases
flash1293 d7bf71b
Merge pull request #9 from flash1293/lens/metric-scale-fixes
chrisdavies 3d947ab
Merge branch 'feature/lens' of github.com:elastic/kibana into lens/me…
chrisdavies e46f935
Modify auto-scale to handle resize events
chrisdavies 43ffe23
use format hints in metric vis
flash1293 7e1c550
Tweak metric to only scale down so far, and
chrisdavies 859aa99
Fix lens metric tests
chrisdavies 227d798
Merge pull request #10 from flash1293/lens/metric-scale-formathints
chrisdavies c3beb1a
Merge remote-tracking branch 'upstream/feature/lens' into lens/metric…
flash1293 837c76c
remove unused imports
flash1293 5bad5a8
Merge branch 'feature/lens' of github.com:elastic/kibana into lens/me…
chrisdavies 96049f9
Fix metric infinite loop due to null ref
chrisdavies d8e68c5
Allow changing of datasource in metric vis
chrisdavies b305b1d
Add isMetric as a column descriptor so that we
chrisdavies 35d001d
Merge origin
chrisdavies File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additionally to that we need to boot the metric plugin in
x-pack/legacy/plugins/lens/public/register_embeddable.tsto also have it available on dashboards. This is a temporary workaround till we switch to the new platform.