-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Lens] Extract secondary metric information as an utility #229323
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
[Lens] Extract secondary metric information as an utility #229323
Conversation
0eb1456 to
73328b7
Compare
73328b7 to
6a10597
Compare
|
Pinging @elastic/kibana-visualizations (Team:Visualizations) |
...rm/plugins/shared/chart_expressions/expression_metric/public/components/secondary_metric.tsx
Outdated
Show resolved
Hide resolved
...rm/plugins/shared/chart_expressions/expression_metric/public/components/secondary_metric.tsx
Outdated
Show resolved
Hide resolved
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Module Count
Async chunks
History
|
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
1 similar comment
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
…9323) Part of elastic#228964 ## Summary As part of elastic#228964, this extracts secondary metric information into a utility function. The goal is to prepare for the adoption of the new metric chart version introduced in elastic/elastic-charts#2666, so we can use the default secondary metric component with the data provided by this utility. ### Checklist - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Marco Liberati <dej611@users.noreply.github.com>
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
1 similar comment
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
…9323) Part of elastic#228964 ## Summary As part of elastic#228964, this extracts secondary metric information into a utility function. The goal is to prepare for the adoption of the new metric chart version introduced in elastic/elastic-charts#2666, so we can use the default secondary metric component with the data provided by this utility. ### Checklist - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Marco Liberati <dej611@users.noreply.github.com>
Part of #228964
Summary
As part of #228964, this extracts secondary metric information into a utility function. The goal is to prepare for the adoption of the new metric chart version introduced in elastic/elastic-charts#2666, so we can use the default secondary metric component with the data provided by this utility.
Checklist
release_note:*label is applied per the guidelinesbackport:*labels.