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] Add title in apm settings callout #145857

Merged
merged 1 commit into from
Nov 21, 2022

Conversation

kpatticha
Copy link
Contributor

@kpatticha kpatticha commented Nov 21, 2022

Summary

closes #145849

Before

image

After
image

@kpatticha kpatticha added release_note:skip Skip the PR/issue when compiling release notes v8.6.0 labels Nov 21, 2022
@kpatticha kpatticha requested a review from a team as a code owner November 21, 2022 12:52
@botelastic botelastic bot added the Team:APM All issues that need APM UI Team support label Nov 21, 2022
@elasticmachine
Copy link
Contributor

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

@@ -70,7 +70,12 @@ export function GeneralSettings() {
return (
<>
<EuiCallOut
title={
title={i18n.translate('xpack.apm.apmSettings.callOutTitle', {
defaultMessage: 'Looking for all settings?',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The title is just a suggestion, if you have a better one please let me know :D

Copy link
Contributor

@yngrdyn yngrdyn left a comment

Choose a reason for hiding this comment

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

LGTM 📸

@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
apm 3.1MB 3.1MB +126.0B
Unknown metric groups

ESLint disabled in files

id before after diff
osquery 1 2 +1

ESLint disabled line counts

id before after diff
enterpriseSearch 19 21 +2
fleet 59 65 +6
osquery 109 115 +6
securitySolution 442 448 +6
total +20

Total ESLint disabled count

id before after diff
enterpriseSearch 20 22 +2
fleet 67 73 +6
osquery 110 117 +7
securitySolution 519 525 +6
total +21

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

Copy link
Member

@sorenlouv sorenlouv left a comment

Choose a reason for hiding this comment

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

Nice improvement

@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.6

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Nov 21, 2022
# Backport

This will backport the following commits from `main` to `8.6`:
- [[APM] Add title in apm settings callout
(#145857)](#145857)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Katerina
Patticha","email":"aikaterini.patticha@elastic.co"},"sourceCommit":{"committedDate":"2022-11-21T18:40:38Z","message":"[APM]
Add title in apm settings callout (#145857)\n\n## Summary\r\ncloses
https://github.com/elastic/kibana/issues/145849\r\n\r\nBefore\r\n\r\n\r\n![image](https://user-images.githubusercontent.com/3369346/203056193-9e68694e-5492-40eb-9d4f-f44fe8b1fb48.png)\r\n\r\nAfter\r\n\r\n![image](https://user-images.githubusercontent.com/3369346/203059940-b24af7bd-a19b-492f-bdcb-ec06e3dc24b5.png)","sha":"40de9eb5e7c13b0c3596a37ee0c1d105dc6148ab","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:APM","release_note:skip","v8.6.0","v8.7.0"],"number":145857,"url":"https://github.com/elastic/kibana/pull/145857","mergeCommit":{"message":"[APM]
Add title in apm settings callout (#145857)\n\n## Summary\r\ncloses
https://github.com/elastic/kibana/issues/145849\r\n\r\nBefore\r\n\r\n\r\n![image](https://user-images.githubusercontent.com/3369346/203056193-9e68694e-5492-40eb-9d4f-f44fe8b1fb48.png)\r\n\r\nAfter\r\n\r\n![image](https://user-images.githubusercontent.com/3369346/203059940-b24af7bd-a19b-492f-bdcb-ec06e3dc24b5.png)","sha":"40de9eb5e7c13b0c3596a37ee0c1d105dc6148ab"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145857","number":145857,"mergeCommit":{"message":"[APM]
Add title in apm settings callout (#145857)\n\n## Summary\r\ncloses
https://github.com/elastic/kibana/issues/145849\r\n\r\nBefore\r\n\r\n\r\n![image](https://user-images.githubusercontent.com/3369346/203056193-9e68694e-5492-40eb-9d4f-f44fe8b1fb48.png)\r\n\r\nAfter\r\n\r\n![image](https://user-images.githubusercontent.com/3369346/203059940-b24af7bd-a19b-492f-bdcb-ec06e3dc24b5.png)","sha":"40de9eb5e7c13b0c3596a37ee0c1d105dc6148ab"}}]}]
BACKPORT-->

Co-authored-by: Katerina Patticha <aikaterini.patticha@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes Team:APM All issues that need APM UI Team support v8.6.0 v8.7.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[APM] Minor UI issues in settings callout
6 participants