-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
node-datadog-metrics/lib/metrics.js
Lines 133 to 136 in 10d3b29
| // The number of samples recorded is unbounded at the moment. | |
| // If this becomes a problem we might want to limit how many | |
| // samples we keep. | |
| this.samples.push(val); |
If ddog is down this will hog a lot of memory.