798f0645 by Julien Breux

Improve Readme doc

1 parent 10bbaf56
......@@ -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
}]
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!