Chore: Rename testdata plugin with a fully qualified name (#75104)

This commit is contained in:
Andres Martinez Gotor
2023-09-22 14:00:40 +02:00
committed by GitHub
parent d6db9eaeb2
commit c70623fb85
98 changed files with 88 additions and 79 deletions

View File

@ -132,6 +132,8 @@ func ReadPluginJSON(reader io.Reader) (JSONData, error) {
plugin.Name = "Pie Chart (old)"
case "grafana-pyroscope-datasource": // rebranding
plugin.Alias = "phlare"
case "grafana-testdata-datasource":
plugin.Alias = "testdata"
case "debug": // panel plugin used for testing
plugin.Alias = "debugX"
}