-
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
[Metrics UI] Rename "Metrics" to "Infrastructure" in appropriate places #135278
[Metrics UI] Rename "Metrics" to "Infrastructure" in appropriate places #135278
Conversation
…to "Infrastructure"
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
x-pack/test/functional/apps/infra/feature_controls/infrastructure_security.ts
Outdated
Show resolved
Hide resolved
@@ -169,7 +169,7 @@ export class Plugin implements InfraClientPluginClass { | |||
core.application.register({ | |||
id: 'metrics', |
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.
This change is just for the labels, isn't it? I'm wondering if the application register should have the id replaced too
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’m thinking not at this point. Similar to how I’d like to leave the urls as-is. Especially with the growing interactions with apm UI it seems best to keep this change in the view layer.
…ure_security.ts Co-authored-by: Carlos Crespo <[email protected]>
💚 Build SucceededMetrics [docs]Page load bundle
History
To update your PR or re-run it, just comment with: cc @matschaffer |
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.
LGTM! :)
Nice catch. I put a reminder for myself to open a follow up issue on Monday. |
Opened #136076 |
Summary
Just renaming a few links.
The issue also mentions possibly updating the
/app/metrics
URL to/app/infrastructure
. I propose we leave this as-is to avoid the complication, especially considering cross linking with APM.Fixes #123972