Skip to content
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

Closed
wants to merge 8 commits into from

Conversation

shahzad31
Copy link
Contributor

@shahzad31 shahzad31 commented Jun 3, 2020

Summary

Resolves #67588
Resolves #67608

Added Rum filters and tab to add dashboard/overview page

image

@shahzad31 shahzad31 requested a review from jalvz June 3, 2020 15:17
@shahzad31 shahzad31 self-assigned this Jun 3, 2020
@shahzad31 shahzad31 added Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability release_note:enhancement v7.9.0 v8.0.0 labels Jun 3, 2020
@shahzad31 shahzad31 requested a review from sorenlouv June 3, 2020 15:18
@shahzad31 shahzad31 marked this pull request as ready for review June 3, 2020 15:18
@shahzad31 shahzad31 requested a review from a team as a code owner June 3, 2020 15:18
@elasticmachine
Copy link
Contributor

Pinging @elastic/uptime (Team:uptime)

@shahzad31 shahzad31 requested a review from a team June 3, 2020 15:19
} 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';
Copy link
Member

@sorenlouv sorenlouv Jun 4, 2020

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.

Copy link
Contributor Author

@shahzad31 shahzad31 Jun 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addressed in commit aaf0240

Copy link
Contributor

@jalvz jalvz left a 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!

@botelastic botelastic bot added the Team:APM - DEPRECATED Use Team:obs-ux-infra_services. label Jun 5, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui (Team:apm)

@shahzad31 shahzad31 requested a review from sorenlouv June 5, 2020 11:51
@shahzad31 shahzad31 removed the request for review from sorenlouv June 8, 2020 07:13
@shahzad31 shahzad31 requested review from a team and removed request for a team June 8, 2020 12:50
@shahzad31 shahzad31 changed the base branch from master to rum-dashboard June 8, 2020 15:36
@kibanamachine
Copy link
Contributor

💚 Build Succeeded

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@shahzad31
Copy link
Contributor Author

closing in favour of #68778

@shahzad31 shahzad31 closed this Jun 11, 2020
@shahzad31 shahzad31 deleted the rum-filters branch June 11, 2020 17:35
@sorenlouv sorenlouv removed the Team:APM - DEPRECATED Use Team:obs-ux-infra_services. label Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:enhancement Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability v7.9.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RUM dashboard] initial view [RUM dashboard] filter capabilities
5 participants