const metrics = [
  {
    edit_path: '/root/prometheus-test/prometheus/metrics/3/edit',
    id: 3,
    title: 'Requests',
    group: 'Business',
  },
  {
    edit_path: '/root/prometheus-test/prometheus/metrics/2/edit',
    id: 2,
    title: 'Sales by the hour',
    group: 'Business',
  },
  {
    edit_path: '/root/prometheus-test/prometheus/metrics/1/edit',
    id: 1,
    title: 'Requests',
    group: 'Business',
  },
];

export default metrics;