Skip to content

Commit c473d53

Browse files
committed
update grafana dashboard for docker
1 parent 54c6772 commit c473d53

File tree

4 files changed

+1296
-1890
lines changed

4 files changed

+1296
-1890
lines changed

examples/docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For additional details on how Chronos works this example, please review the Dock
3131

3232
2. In your browser, go to `localhost:32000`, which will be the login page of Grafana. Use `admin` as both username and password to login. You can change the password after login.
3333

34-
3. Navigate to `Home -> Administration -> Service accounts`, then click `Add service account` to create a 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, which is defined in `chronos-config.ts` file in each microservices application.
34+
3. Navigate to `Home -> Administration -> Users and access -> Service accounts`, then click `Add service account` to create a 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, which is defined in `chronos-config.ts` file in each microservices application.
3535

3636
4. Stop all containers and delete all images (except Grafana).
3737

examples/docker/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
auth:
43
build: './auth'

0 commit comments

Comments
 (0)