New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prometheus-tracking

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prometheus-tracking - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

lib/tracker.js

@@ -12,4 +12,4 @@ "use strict";

this.name = name;
this.responseTime = this.createHistogram('response_time_histogram', 'Response time histogram', ['name', 'uri', 'method', 'status']);
this.requestCounter = this.createCounter('request_counter', 'Counter of all requests', ['name', 'uri', 'method', 'status']);
this.responseTime = this.createHistogram('http_response_time_seconds', 'Response time histogram', ['name', 'uri', 'method', 'status']);
this.requestCounter = this.createCounter('http_request_counter', 'Counter of all requests', ['name', 'uri', 'method', 'status']);
if (collectDefaultMetrics) {

@@ -16,0 +16,0 @@ // Probe every 5th second.

{
"name": "prometheus-tracking",
"version": "0.2.1",
"version": "0.2.2",
"description": "prometheus-tracking",

@@ -5,0 +5,0 @@ "author": "",

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