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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ This example has been developed and tested using the Kubernetes Engine packaged
29
29
30
30
2. Open your web browser and navigate to `localhost:32000`. If you've correctly completed step 1 of the setup, you'll be directed to the Grafana login page. Use `admin` for both the username and password to log in. You can update the password after logging in if needed.
31
31
32
-
3.Navigate to `Home -> Administration -> Service accounts`, then click`Add service account` to create an service account. Be sure to choose`Admin` as the role. Then click `Add service account token`, hit`generate`, you are done! Remember this token, you will be using this token to access Grafana HTTP API programmatically.
32
+
3.Go to `Home -> Administration -> Service accounts`, and select`Add service account` to establish a new service account. Make sure to designate`Admin` as the role. Then, click on `Add service account token`, press`generate`, and you're finished! Keep this token in mind as you'll utilize it for accessing Grafana HTTP API programmatically.
33
33
34
34
4. Add a `.env` file to the _server_ folder that contains the following key/value pairs:
0 commit comments