Skip to content

Commit 03146f5

Browse files
committed
update kuber npm2
1 parent ab6710a commit 03146f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chronos_npm_package/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Chronos can monitor an Kubernetes clusters by saving metric data from instant qu
217217

218218
In `chronos-config.js`, set the `mode` to `kubernetes` and pass it both the name of the port the Prometheus server is listening on INSIDE the cluster, and the name of the Prometheus service so that its IP address can be resolved using KubeDNS.
219219

220-
Also add a `grafanaAPIKey` section, this API key will grant chronos access to create and update dashboards in Grafana.
220+
Also add a `grafanaAPIKey` section, this API key will grant chronos access to create and update dashboards in Grafana. Be sure to include `CHRONOS_GRAFANA_API_KEY` in your `.env` with `Bearer [the access token you get from Grafana]`. For more details, please check Kubernetes example.
221221

222222
```js
223223
// Excerpt from a chronos-config.js

0 commit comments

Comments
 (0)