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
798f0645
authored
2016-08-19 13:13:05 +0200
by
Julien Breux
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Improve Readme doc
1 parent
10bbaf56
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
README.md
README.md
View file @
798f064
...
...
@@ -23,15 +23,16 @@ Monitor can be configured by passing options object into `expressMonitor` constr
Default config:
```
title: 'Express Status', // Default title
path: '/status',
spans: [{
interval: 1, // Every second
retention: 60 // Keep 60 datapoints in memory
interval: 1,
// Every second
retention: 60
// Keep 60 datapoints in memory
}, {
interval: 5, // Every 5 seconds
interval: 5,
// Every 5 seconds
retention: 60
}, {
interval: 15, // Every 15 seconds
interval: 15,
// Every 15 seconds
retention: 60
}]
...
...
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