com.networknt:prometheus
Advanced tools
Sorry, the diff of this file is not supported yet
@@ -5,5 +5,5 @@ --- | ||
| # If metrics handler is enabled or not | ||
| enabled: false | ||
| enabled: ${prometheus.enabled:false} | ||
| # If the Prometheus hotspot is enabled or not. | ||
| # hotspot include thread, memory, classloader,... | ||
| enableHotspot: false | ||
| enableHotspot: ${prometheus.enableHotspot:false} |
| #Generated by Maven | ||
| #Tue Oct 19 12:34:33 EDT 2021 | ||
| #Sun Feb 27 16:36:03 EST 2022 | ||
| groupId=com.networknt | ||
| artifactId=prometheus | ||
| version=2.0.32 | ||
| version=2.1.0 |
@@ -24,4 +24,4 @@ <!-- | ||
| <artifactId>light-4j</artifactId> | ||
| <version>2.0.32</version> | ||
| <relativePath>..</relativePath> | ||
| <version>2.1.0</version> | ||
| <relativePath>../pom.xml</relativePath> | ||
| </parent> | ||
@@ -28,0 +28,0 @@ |
Sorry, the diff of this file is not supported yet