Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

com.networknt:prometheus

Package Overview
Dependencies
Maintainers
0
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.networknt:prometheus - npm Package Compare versions

Comparing version
2.2.0
to
2.2.1
+15
config/prometheus-schema.json
{
"$schema" : "http://json-schema.org/draft-07/schema#",
"type" : "object",
"required" : [ "enabled", "enableHotspot" ],
"properties" : {
"enabled" : {
"type" : "boolean",
"description" : "If metrics handler is enabled or not"
},
"enableHotspot" : {
"type" : "boolean",
"description" : "If the Prometheus hotspot is enabled or not.\nhotspot include thread, memory, classloader,..."
}
}
}
# If metrics handler is enabled or not
enabled: ${prometheus.enabled:false}
# If the Prometheus hotspot is enabled or not.
# hotspot include thread, memory, classloader,...
enableHotspot: ${prometheus.enableHotspot:false}

Sorry, the diff of this file is not supported yet

+1
-1
artifactId=prometheus
groupId=com.networknt
version=2.2.0
version=2.2.1

@@ -24,3 +24,3 @@ <!--

<artifactId>light-4j</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
<relativePath>../pom.xml</relativePath>

@@ -27,0 +27,0 @@ </parent>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet