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

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