mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
* Replace analytics service with Echo backend * Add Rudderstack integration and general pageview and interaction Echo events * Update conf/defaults.ini Co-authored-by: Dan Cech <dcech@grafana.com> * Update packages/grafana-runtime/src/types/analytics.ts Co-authored-by: Dan Cech <dcech@grafana.com> * Update conf/defaults.ini Co-authored-by: Dan Cech <dcech@grafana.com> * Update tests * Force cla check Co-authored-by: Dan Cech <dcech@grafana.com>
9 lines
191 B
TypeScript
9 lines
191 B
TypeScript
import './alert_srv';
|
|
import './util_srv';
|
|
import './context_srv';
|
|
import './timer';
|
|
import './popover_srv';
|
|
import './segment_srv';
|
|
import './backend_srv';
|
|
import './dynamic_directive_srv';
|