mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 06:12:59 +08:00
Pyroscope: Remove "phlare" from variable, types, strings etc (#75140)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
package phlare
|
||||
package pyroscope
|
||||
|
||||
import (
|
||||
"context"
|
||||
@ -10,7 +10,7 @@ import (
|
||||
|
||||
// This is where the tests for the datasource backend live.
|
||||
func Test_QueryData(t *testing.T) {
|
||||
ds := PhlareDatasource{}
|
||||
ds := PyroscopeDatasource{}
|
||||
|
||||
resp, err := ds.QueryData(
|
||||
context.Background(),
|
||||
@ -30,7 +30,7 @@ func Test_QueryData(t *testing.T) {
|
||||
}
|
||||
|
||||
func Test_CallResource(t *testing.T) {
|
||||
ds := &PhlareDatasource{
|
||||
ds := &PyroscopeDatasource{
|
||||
client: &FakeClient{},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user