-
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
[RUM] Added Rum tab and filters #68086
Conversation
Pinging @elastic/uptime (Team:uptime) |
} from '../../server/lib/helpers/setup_request'; | ||
import { PROCESSOR_EVENT } from '../elasticsearch_fieldnames'; | ||
// eslint-disable-next-line @kbn/eslint/no-restricted-paths | ||
import { rangeFilter } from '../../server/lib/helpers/range_filter'; |
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.
I know you didn't introduce this but it just occurs to me that we should never import server code into common
(the imports above are fine since it's only types which will disappear at runtime).
Would you mind moving rangeFilter.ts
into commons, if it's not too difficult? If your editor supports refactorings it should be able to update all the import statements for you.
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.
addressed in commit aaf0240
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.
The part of this PR that I understand looks good to me ;)
Maybe add a "RUM Label" comment to the USER_AGENT_NAME
constant too...?
Well, I rather leave the details for the Kibana experts. Thanks!
Pinging @elastic/apm-ui (Team:apm) |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
closing in favour of #68778 |
Summary
Resolves #67588
Resolves #67608
Added Rum filters and tab to add dashboard/overview page