mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 08:35:43 -06:00
* Chore: Bumps prettier version for new typescript syntax support * Ran new version of prettier against the codebase
383 lines
8.8 KiB
TypeScript
383 lines
8.8 KiB
TypeScript
export const mockData = () => {
|
|
return [
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/label/:name/values',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '+Inf',
|
|
},
|
|
values: [
|
|
[1537858100, '16'],
|
|
[1537861960, '1'],
|
|
[1537861980, '1'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/label/:name/values',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '0.1',
|
|
},
|
|
values: [
|
|
[1537858100, '16'],
|
|
[1537861960, '1'],
|
|
[1537861980, '1'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/label/:name/values',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '0.2',
|
|
},
|
|
values: [
|
|
[1537858100, '16'],
|
|
[1537861960, '1'],
|
|
[1537861980, '1'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/label/:name/values',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '0.4',
|
|
},
|
|
values: [
|
|
[1537858100, '16'],
|
|
[1537861960, '1'],
|
|
[1537861980, '1'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/label/:name/values',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '1',
|
|
},
|
|
values: [
|
|
[1537858100, '16'],
|
|
[1537861960, '1'],
|
|
[1537861980, '1'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/label/:name/values',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '120',
|
|
},
|
|
values: [
|
|
[1537858100, '16'],
|
|
[1537861960, '1'],
|
|
[1537861980, '1'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/label/:name/values',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '20',
|
|
},
|
|
values: [
|
|
[1537858100, '16'],
|
|
[1537861960, '1'],
|
|
[1537861980, '1'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/label/:name/values',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '3',
|
|
},
|
|
values: [
|
|
[1537858100, '16'],
|
|
[1537861960, '1'],
|
|
[1537861980, '1'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/label/:name/values',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '60',
|
|
},
|
|
values: [
|
|
[1537858100, '16'],
|
|
[1537861960, '1'],
|
|
[1537861980, '1'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/label/:name/values',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '8',
|
|
},
|
|
values: [
|
|
[1537858100, '16'],
|
|
[1537861960, '1'],
|
|
[1537861980, '1'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/metrics',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '+Inf',
|
|
},
|
|
values: [
|
|
[1537858060, '1195'],
|
|
[1537858080, '1195'],
|
|
[1537858100, '1195'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/metrics',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '0.1',
|
|
},
|
|
values: [
|
|
[1537858060, '1195'],
|
|
[1537858080, '1195'],
|
|
[1537858100, '1195'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/metrics',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '0.4',
|
|
},
|
|
values: [
|
|
[1537858060, '1195'],
|
|
[1537858080, '1195'],
|
|
[1537858100, '1195'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/metrics',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '1',
|
|
},
|
|
values: [
|
|
[1537847900, '953'],
|
|
[1537858080, '1195'],
|
|
[1537858100, '1195'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/metrics',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '120',
|
|
},
|
|
values: [
|
|
[1537858060, '1195'],
|
|
[1537858080, '1195'],
|
|
[1537858100, '1195'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/metrics',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '20',
|
|
},
|
|
values: [
|
|
[1537858060, '1195'],
|
|
[1537858080, '1195'],
|
|
[1537858100, '1195'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/metrics',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '3',
|
|
},
|
|
values: [
|
|
[1537858060, '1195'],
|
|
[1537858080, '1195'],
|
|
[1537858100, '1195'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/metrics',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '60',
|
|
},
|
|
values: [
|
|
[1537858060, '1195'],
|
|
[1537858080, '1195'],
|
|
[1537858100, '1195'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/metrics',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '8',
|
|
},
|
|
values: [
|
|
[1537858060, '1195'],
|
|
[1537858080, '1195'],
|
|
[1537858100, '1195'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/query',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '+Inf',
|
|
},
|
|
values: [
|
|
[1537858100, '55'],
|
|
[1537861960, '1'],
|
|
[1537861980, '1'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/query',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '0.1',
|
|
},
|
|
values: [
|
|
[1537858100, '55'],
|
|
[1537861960, '1'],
|
|
[1537861980, '1'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/query',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '0.2',
|
|
},
|
|
values: [
|
|
[1537858100, '55'],
|
|
[1537861960, '1'],
|
|
[1537861980, '1'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/query',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '0.4',
|
|
},
|
|
values: [
|
|
[1537858100, '55'],
|
|
[1537861960, '1'],
|
|
[1537861980, '1'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/query',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '1',
|
|
},
|
|
values: [
|
|
[1537858100, '55'],
|
|
[1537861960, '1'],
|
|
[1537861980, '1'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/query',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '120',
|
|
},
|
|
values: [
|
|
[1537858100, '55'],
|
|
[1537861960, '1'],
|
|
[1537861980, '1'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/query',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '20',
|
|
},
|
|
values: [
|
|
[1537858100, '55'],
|
|
[1537861960, '1'],
|
|
[1537861980, '1'],
|
|
],
|
|
},
|
|
{
|
|
metric: {
|
|
__name__: 'prometheus_http_request_duration_seconds_bucket',
|
|
handler: '/query',
|
|
instance: 'localhost:9090',
|
|
job: 'prometheus',
|
|
le: '3',
|
|
},
|
|
values: [
|
|
[1537857260, '55'],
|
|
[1537861960, '1'],
|
|
[1537861980, '1'],
|
|
],
|
|
},
|
|
];
|
|
};
|