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:
Rodney Norris 2024-03-06 14:32:49 -06:00 committed by GitHub
parent b2ac0ed27a
commit 171acb4633
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();