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

[APM] Minor cleanup #22827

Merged
merged 2 commits into from
Sep 8, 2018
Merged

[APM] Minor cleanup #22827

merged 2 commits into from
Sep 8, 2018

Conversation

sorenlouv
Copy link
Member

While working on the DT PR I found myself fixing a couple of minor things. Moving that to a separate PR. Sorry for the mixed bag!

@sorenlouv sorenlouv added Team:APM All issues that need APM UI Team support [zube]: In Progress labels Sep 7, 2018
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui

@@ -31,4 +31,6 @@ export const ERROR_LOG_MESSAGE = 'error.log.message';
export const ERROR_EXC_MESSAGE = 'error.exception.message';
export const ERROR_EXC_HANDLED = 'error.exception.handled';

export const REQUEST_URL_FULL = 'context.request.url.full';
Copy link
Member Author

Choose a reason for hiding this comment

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

This was duplicated so added it as a constants

url={url}
stickyProperties={stickyProperties}
/>
<StickyProperties stickyProperties={stickyProperties} />
Copy link
Member Author

Choose a reason for hiding this comment

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

StickyProperties component now only takes a list of properties, so everything should be declared in that structure (previously url and timestamp was passed in separately).

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@sorenlouv sorenlouv merged commit 012c601 into elastic:master Sep 8, 2018
@sorenlouv sorenlouv deleted the apm-cleanup branch September 8, 2018 14:54
sorenlouv added a commit to sorenlouv/kibana that referenced this pull request Sep 8, 2018
# Conflicts:
#	x-pack/plugins/apm/public/components/app/TransactionOverview/view.js
sorenlouv added a commit that referenced this pull request Sep 8, 2018
# Conflicts:
#	x-pack/plugins/apm/public/components/app/TransactionOverview/view.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:APM All issues that need APM UI Team support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants