com.networknt:prometheus
Advanced tools
| { | ||
| "id" : "", | ||
| "data" : { | ||
| "configId" : "", | ||
| "updateTs" : "", | ||
| "classPath" : "com.networknt.metrics.prometheus.PrometheusConfig", | ||
| "configDesc" : "Prometheus Metrics handler configuration.", | ||
| "configName" : "prometheus", | ||
| "configType" : "Handler", | ||
| "updateUser" : "", | ||
| "configPhase" : "" | ||
| }, | ||
| "host" : "", | ||
| "time" : "", | ||
| "type" : "ConfigCreatedEvent", | ||
| "user" : "", | ||
| "nonce" : "", | ||
| "source" : "https://github.com/networknt/light4j", | ||
| "subject" : "", | ||
| "specversion" : "", | ||
| "aggregatetype" : "Config", | ||
| "datacontenttype" : "application/json", | ||
| "aggregateversion" : "" | ||
| } |
@@ -8,9 +8,11 @@ { | ||
| "type" : "boolean", | ||
| "description" : "If metrics handler is enabled or not" | ||
| "description" : "If metrics handler is enabled or not", | ||
| "default" : false | ||
| }, | ||
| "enableHotspot" : { | ||
| "type" : "boolean", | ||
| "description" : "If the Prometheus hotspot is enabled or not.\nhotspot include thread, memory, classloader,..." | ||
| "description" : "If the Prometheus hotspot is enabled or not.\nhotspot include thread, memory, classloader,...", | ||
| "default" : false | ||
| } | ||
| } | ||
| } |
@@ -0,1 +1,2 @@ | ||
| # Prometheus Metrics handler configuration. | ||
| # If metrics handler is enabled or not | ||
@@ -2,0 +3,0 @@ enabled: ${prometheus.enabled:false} |
@@ -1,4 +0,2 @@ | ||
| --- | ||
| # Prometheus Metrics handler configuration | ||
| # Prometheus Metrics handler configuration. | ||
| # If metrics handler is enabled or not | ||
@@ -5,0 +3,0 @@ enabled: ${prometheus.enabled:false} |
| artifactId=prometheus | ||
| groupId=com.networknt | ||
| version=2.3.1 | ||
| version=2.3.2 |
@@ -24,3 +24,3 @@ <!-- | ||
| <artifactId>light-4j</artifactId> | ||
| <version>2.3.1</version> | ||
| <version>2.3.2</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