Pyroscope: Remove "phlare" from variable, types, strings etc (#75140)

This commit is contained in:
Andrej Ocenas
2023-09-20 16:31:22 +02:00
committed by GitHub
parent d1296f7213
commit 15e54df9f2
29 changed files with 143 additions and 148 deletions

View File

@ -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{},
}