mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 17:02:27 +08:00
Pyroscope: Remove "phlare" from variable, types, strings etc (#75140)
This commit is contained in:
@ -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 {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user