Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jabis Sev贸n
/
esm
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3497fbb4
authored
2016-08-15 16:55:07 +0200
by
Rafal Wilinski
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add more default intervals and interval signature
1 parent
45a74809
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
index.js
index.js
View file @
3497fbb
...
...
@@ -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
});
};
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment