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] Renames significant terms feature to "Correlations" (#88974) #89028

Merged
merged 3 commits into from
Jan 25, 2021

Conversation

ogupte
Copy link
Contributor

@ogupte ogupte commented Jan 21, 2021

Closes #88974. Changes the labels and ui settings key to reflect the actual feature name "Correlations".

Screen Shot 2021-01-21 at 3 47 22 PM
Screen Shot 2021-01-21 at 3 47 52 PM

This PR does not update names of files, react components or props. These can be addressed later.

@ogupte ogupte added release_note:skip Skip the PR/issue when compiling release notes v7.11.0 v7.12.0 labels Jan 21, 2021
@ogupte ogupte requested a review from a team as a code owner January 21, 2021 20:53
@botelastic botelastic bot added the Team:APM All issues that need APM UI Team support label Jan 21, 2021
@elasticmachine
Copy link
Contributor

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

@ogupte ogupte mentioned this pull request Jan 21, 2021
27 tasks
Copy link
Contributor

@smith smith left a comment

Choose a reason for hiding this comment

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

Had a couple notes but looks good.

@@ -128,7 +128,7 @@ export function LatencyCorrelations() {
<EuiFormRow
fullWidth={true}
label="Field"
helpText="Fields to analyse for significant terms"
helpText="Fields to analyse for correlations"
Copy link
Contributor

Choose a reason for hiding this comment

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

We didn't put in any i18n when doing the PoC. Should we start adding it here or open an issue to make sure it gets there for GA?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll update #86477 to include the i18n.

Copy link
Member

@sorenlouv sorenlouv Jan 25, 2021

Choose a reason for hiding this comment

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

Thanks @ogupte. That's an oversight on my part when I did the initial POC.

category: ['observability'],
name: i18n.translate('xpack.apm.enableCorrelationsExperimentName', {
defaultMessage: 'APM Significant terms (Platinum required)',
defaultMessage: 'APM Correlations (Platinum required)',
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this should be capitalized.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i retained the same capitalization pattern as before, but i agree it doesn't need to be capitalized here

}),
value: false,
description: i18n.translate(
'xpack.apm.enableCorrelationsExperimentDescription',
{
defaultMessage:
'Enable the experimental Significant terms feature in APM',
defaultMessage: 'Enable the experimental Correlations feature in APM',
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this should be capitalized.

Copy link
Member

Choose a reason for hiding this comment

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

Not a native speaker but shouldn't it be capitalised if it's a feature name? It's not just "a correlation". It's the Correlation feature.

Either way, not a big deal :)

@ogupte
Copy link
Contributor Author

ogupte commented Jan 25, 2021

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 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 5.5MB 5.5MB -32.0B

History

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

@ogupte ogupte merged commit e251ff4 into elastic:master Jan 25, 2021
ogupte added a commit to ogupte/kibana that referenced this pull request Jan 25, 2021
) (elastic#89028)

* [APM] Renames significant terms feature to "Correlations" (elastic#88974)

* fix capitalizations

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
ogupte added a commit to ogupte/kibana that referenced this pull request Jan 25, 2021
) (elastic#89028)

* [APM] Renames significant terms feature to "Correlations" (elastic#88974)

* fix capitalizations

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
ogupte added a commit that referenced this pull request Jan 25, 2021
…89028) (#89169)

* [APM] Renames significant terms feature to "Correlations" (#88974)

* fix capitalizations

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
ogupte added a commit that referenced this pull request Jan 25, 2021
…89028) (#89168)

* [APM] Renames significant terms feature to "Correlations" (#88974)

* fix capitalizations

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
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 v7.11.0 v7.12.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[APM] Rename "Significant terms" feature "Correlations"
5 participants