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 1111- Displays real-time temperature, speed, latency, and memory statistics
1212- Display and compare multiple microservice metrics in a single graph
1313- 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
1515
1616#
1717
@@ -216,6 +216,15 @@ module.exports = {
216216 promService: ' prometheus-service' ,
217217 promPort: 8080 ,
218218
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+
219228 // ...
220229}
221230
You can’t perform that action at this time.
0 commit comments