jochen-schweizer / express-prom-bundle

express middleware with standard prometheus metrics in one bundle
MIT License
303 stars 67 forks source link

Fix the definition of the Opts interface #37

Closed cerodriguezl closed 5 years ago

cerodriguezl commented 5 years ago

The buckets property was defined as a Tuple ([number]) instead of an Array (number[]).