Echo: mechanism for collecting custom events lazily (#20365)
* Introduce Echo for collecting frontend metrics * Update public/app/core/services/echo/Echo.ts Co-Authored-By: Peter Holmberg <peterholmberg@users.noreply.github.com> * Custom meta when adding event * Rename consumer to backend * Remove buffer from Echo * Minor tweaks * Update package.json * Update public/app/app.ts * Update public/app/app.ts * Collect paint metrics when collecting tti. Remove echoBackendFactory * Update yarn.lock * Move Echo interfaces to runtime * progress on meta and echo * Collect meta analytics events * Move MetaanalyticsBackend to enterprise repo * Fixed unit tests * Removed unused type from test * Fixed issues with chunk loading (reverted index-template changes) * Restored changes * Fixed webpack prod
Showing
... | @@ -256,6 +256,7 @@ | ... | @@ -256,6 +256,7 @@ |
"tether": "1.4.5", | "tether": "1.4.5", | ||
"tether-drop": "https://github.com/torkelo/drop/tarball/master", | "tether-drop": "https://github.com/torkelo/drop/tarball/master", | ||
"tinycolor2": "1.4.1", | "tinycolor2": "1.4.1", | ||
"tti-polyfill": "0.2.2", | |||
"xss": "1.0.3" | "xss": "1.0.3" | ||
}, | }, | ||
"resolutions": { | "resolutions": { | ||
... | ... |
packages/grafana-runtime/src/types/index.ts
0 → 100644
public/app/core/services/echo/Echo.ts
0 → 100644
public/app/core/services/echo/EchoSrv.ts
0 → 100644
Please
register
or
sign in
to comment