com.networknt:prometheus
Advanced tools
| { | ||
| "$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
| 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