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

@@ -10,9 +10,9 @@
import * as common from '@grafana/schema';
export type PhlareQueryType = ('metrics' | 'profile' | 'both');
export type PyroscopeQueryType = ('metrics' | 'profile' | 'both');
export const defaultPhlareQueryType: PhlareQueryType = 'both';
export const defaultPyroscopeQueryType: PyroscopeQueryType = 'both';
export interface GrafanaPyroscope extends common.DataQuery {
/**