File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 11
11
- Displays real-time temperature, speed, latency, and memory statistics
12
12
- Display and compare multiple microservice metrics in a single graph
13
13
- Monitor an Apache Kafka cluster via the JMX Prometheus Exporter
14
- - Monitor Docker and Kubernetes cluster via a Prometheus monitoring server and display charts in Grafana
14
+ - Monitor Docker and Kubernetes cluster via a Prometheus monitoring server and display charts using Grafana
15
15
16
16
#
17
17
@@ -216,6 +216,15 @@ module.exports = {
216
216
promService: ' prometheus-service' ,
217
217
promPort: 8080 ,
218
218
219
+ database: {
220
+ connection: ' REST' ,
221
+ type: process .env .CHRONOS_DB ,
222
+ URI : process .env .CHRONOS_URI ,
223
+ },
224
+
225
+
226
+ grafanaAPIKey: process .env .CHRONOS_GRAFANA_API_KEY ,
227
+
219
228
// ...
220
229
}
221
230
You can’t perform that action at this time.
0 commit comments