jochen-schweizer / express-prom-bundle

express middleware with standard prometheus metrics in one bundle
MIT License
310 stars 68 forks source link

pass maxAgeSeconds & ageBuckets to summary metrics #30

Closed caraboides closed 5 years ago

caraboides commented 5 years ago

To enable the sliding window functionality for summaries we need to add maxAgeSeconds and ageBuckets to the config.

see: https://github.com/siimon/prom-client#summary

disjunction commented 5 years ago

FYI it's now available on npm under version 5.1.0