3497fbb4 by Rafal Wilinski

:calendar: Add more default intervals and interval signature

1 parent 45a74809
Showing 1 changed file with 8 additions and 0 deletions
......@@ -12,6 +12,12 @@
spans: [{
interval: 1,
retention: 60
}, {
interval: 5,
retention: 60
}, {
interval: 15,
retention: 60
}]
};
......@@ -51,6 +57,8 @@
io.emit('stats', {
os: span.os[span.os.length - 2],
responses: span.responses[span.responses.length - 2],
interval: span.interval,
retention: span.retention
});
};
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!