Skip to content

Commit 41ecd9a

Browse files
committed
update kuber config
1 parent 49d2c03 commit 41ecd9a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

chronos_npm_package/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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

0 commit comments

Comments
 (0)