-
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
[Infra UI] Reorganize lens related types #166285
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
@elasticmachine merge upstream |
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.
LGTM 💯 Thanks for organizing the types!
layers: MetricChartLayerParams; | ||
toolTip: string; | ||
} | ||
import { KPIChartProps } from '../../types'; |
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.
import { KPIChartProps } from '../../types'; | |
import type { KPIChartProps } from '../../types'; |
ac594a0
to
b093481
Compare
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
part of: elastic#165825 ## Summary While working on elastic#166276 I noticed that some lens types could be reorganized. This PR is for that. --------- Co-authored-by: Kibana Machine <[email protected]>
part of: #165825
Summary
While working on #166276 I noticed that some lens types could be reorganized. This PR is for that.