Pyroscope: Remove "phlare" from variable, types, strings etc (#75140)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user