20 lines
345 B
TypeScript
20 lines
345 B
TypeScript
export const scenarios = [
|
|
{
|
|
description: '',
|
|
id: 'annotations',
|
|
name: 'Annotations',
|
|
stringInput: '',
|
|
},
|
|
{
|
|
description: '',
|
|
id: 'arrow',
|
|
name: 'Load Apache Arrow Data',
|
|
stringInput: '',
|
|
},
|
|
];
|
|
|
|
export const prometheusLabels = {
|
|
status: 'success',
|
|
data: ['__name__', 'action', 'active', 'address'],
|
|
};
|