Plugins: Report plugin utilization of Grafana runtime dependencies (#75156)

* Plugins: Report plugin utilization of Grafana runtime dependencies

* Change approach to determine pluginName too

* Fix tests

* Update tests

* remove commented code
This commit is contained in:
Esteban Beltran
2023-09-21 13:36:32 +02:00
committed by GitHub
parent 6600dd265b
commit 8e8bd2760b
8 changed files with 348 additions and 1 deletions

View File

@@ -127,4 +127,5 @@ export interface FeatureToggles {
lokiRunQueriesInParallel?: boolean;
wargamesTesting?: boolean;
alertingInsights?: boolean;
pluginsAPIMetrics?: boolean;
}