mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 11:32:36 +08:00
Chore: Rename testdata plugin with a fully qualified name (#75104)
This commit is contained in:

committed by
GitHub

parent
d6db9eaeb2
commit
c70623fb85
@ -84,6 +84,8 @@ func AliasDecorateFunc(_ context.Context, p *plugins.Plugin) (*plugins.Plugin, e
|
||||
switch p.ID {
|
||||
case "grafana-pyroscope-datasource": // rebranding
|
||||
p.Alias = "phlare"
|
||||
case "grafana-testdata-datasource":
|
||||
p.Alias = "testdata"
|
||||
case "debug": // panel plugin used for testing
|
||||
p.Alias = "debugX"
|
||||
}
|
||||
|
Reference in New Issue
Block a user