2025-04-01 10:38:02 +09:00

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'],
};