mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 20:12:19 +08:00
Chore: Rename testdata plugin with a fully qualified name (#75104)
This commit is contained in:

committed by
GitHub

parent
d6db9eaeb2
commit
c70623fb85
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user