mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
chore(console): rename metric id for opening embedded (#178146)
## Summary Renaming the metric for opening the embedded console, this was still using "remote" which we renamed before the initial PR merged.
This commit is contained in:
parent
b2ac0ed27a
commit
171acb4633
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ const loadDependencies = async (
|
|||
theme: { theme$ },
|
||||
} = core;
|
||||
const trackUiMetric = createUsageTracker(usageCollection);
|
||||
trackUiMetric.load('opened_remote_app');
|
||||
trackUiMetric.load('opened_embedded_app');
|
||||
|
||||
await loadActiveApi(core.http);
|
||||
const autocompleteInfo = getAutocompleteInfo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue