connect-prometheus
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -300,2 +300,3 @@ 'use strict'; | ||
map.process_max_fds, | ||
map.process_cpu_seconds_total, | ||
map.process_cpu_user_seconds_total, | ||
@@ -314,3 +315,2 @@ map.process_cpu_system_seconds_total, | ||
const aggregatorMetrics = [ | ||
map.process_cpu_seconds_total, | ||
map.nodejs_heap_space_size_used_bytes, | ||
@@ -317,0 +317,0 @@ map.nodejs_heap_space_size_available_bytes, |
@@ -45,2 +45,6 @@ import { IncomingMessage, ServerResponse } from 'http' | ||
} | ||
interface Counter<T extends string> { | ||
aggregator: Aggregator | ||
} | ||
} | ||
@@ -47,0 +51,0 @@ |
{ | ||
"name": "connect-prometheus", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18583
451