mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Flamegraph: Remove unused types (#74918)
This commit is contained in:
parent
a046c043d7
commit
1c61427f57
@ -14,12 +14,6 @@ export enum SampleUnit {
|
||||
Nanoseconds = 'ns',
|
||||
}
|
||||
|
||||
export enum ColumnTypes {
|
||||
Symbol = 'Symbol',
|
||||
Self = 'Self',
|
||||
Total = 'Total',
|
||||
}
|
||||
|
||||
export enum SelectedView {
|
||||
TopTable = 'topTable',
|
||||
FlameGraph = 'flameGraph',
|
||||
@ -33,17 +27,6 @@ export interface TableData {
|
||||
totalRight: number;
|
||||
}
|
||||
|
||||
export interface TopTableData {
|
||||
symbol: string;
|
||||
self: TopTableValue;
|
||||
total: TopTableValue;
|
||||
}
|
||||
|
||||
export type TopTableValue = {
|
||||
value: number;
|
||||
unitValue: string;
|
||||
};
|
||||
|
||||
export enum ColorScheme {
|
||||
ValueBased = 'valueBased',
|
||||
PackageBased = 'packageBased',
|
||||
|
Loading…
Reference in New Issue
Block a user