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
@@ -9,11 +9,11 @@
package dataquery
// Defines values for PhlareQueryType.
// Defines values for PyroscopeQueryType.
const (
PhlareQueryTypeBoth PhlareQueryType = "both"
PhlareQueryTypeMetrics PhlareQueryType = "metrics"
PhlareQueryTypeProfile PhlareQueryType = "profile"
PyroscopeQueryTypeBoth PyroscopeQueryType = "both"
PyroscopeQueryTypeMetrics PyroscopeQueryType = "metrics"
PyroscopeQueryTypeProfile PyroscopeQueryType = "profile"
)
// These are the common properties available to all queries in all datasources.
@@ -81,5 +81,5 @@ type GrafanaPyroscopeDataQuery struct {
RefId string `json:"refId"`
}
// PhlareQueryType defines model for PhlareQueryType.
type PhlareQueryType string
// PyroscopeQueryType defines model for PyroscopeQueryType.
type PyroscopeQueryType string