You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/kubernetes/README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ This example has been developed and tested using the Kubernetes Engine packaged
36
36
```
37
37
CHRONOS_GRAFANA_API_KEY = Bearer [the access token you created in step 3]
38
38
```
39
+
**Note**: If you are monitoring your own application, be sure to create a `.env` file as well.
39
40
40
41
## Build the Client
41
42
@@ -104,7 +105,7 @@ kubectl apply -f frontend.yml
104
105
105
106
The second image is inside **k8s_node-backend_node-backend-d597768c-6zm5j_default_46da04f8-99c6-4522-9141-6c05f8d5141d_0** container, it may take a while to show up in Docker desktop based on the scraping interval.
106
107
107
-
Your microservice health metrics can now be viewed at the given `CHRONOS_URI` or, preferrably, in the Electron.js desktop application.
108
+
Your microservice health metrics can now be viewed at the given `CHRONOS_URI` or, preferrably, in the `Chronos desktop app`.
0 commit comments