Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

express-prom-bundle

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-prom-bundle - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

12

package.json
{
"name": "express-prom-bundle",
"version": "1.1.2",
"version": "1.1.3",
"description": "express middleware with popular prometheus metrics in one bundle",

@@ -15,4 +15,4 @@ "main": "src/index.js",

},
"author": "Konstantin Pogorelov <or@pluseq.com> (https://github.com/disjunction)",
"license": "ISC",
"author": "Konstantin Pogorelov <or@pluseq.com>",
"license": "MIT",
"dependencies": {

@@ -27,3 +27,7 @@ "on-finished": "^2.3.0",

"supertest": "^1.2.0"
},
"repository": {
"type" : "git",
"url" : "https://github.com/jochen-schweizer/express-prom-bundle.git"
}
}
}

@@ -1,2 +0,2 @@

[![build status](https://api.travis-ci.org/disjunction/express-prom-bundle.png)](https://travis-ci.org/disjunction/express-prom-bundle)
[![build status](https://travis-ci.org/jochen-schweizer/express-prom-bundle.png)](https://travis-ci.org/jochen-schweizer/express-prom-bundle)

@@ -13,3 +13,3 @@ # express prometheus bundle

* `nodejs_memory_heap_total_bytes` and `nodejs_memory_heap_used_bytes`
* `http_request_seconds`: http latency histogram labeled with status_code
* `http_request_seconds`: http latency histogram labeled with `status_code`

@@ -37,2 +37,4 @@ ## Install

setup std. metrics but exclude `up`-metric:
```javascript

@@ -53,2 +55,6 @@ "use strict";

app.listen(3000);
```
```
## License
MIT
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc