Skip to content

Commit 8d07fdd

Browse files
committed
logging complete, metric started
1 parent 0a04120 commit 8d07fdd

29 files changed

+90
-43
lines changed

api-gateway/docker-compose.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,10 @@ services:
2626
volumes:
2727
- ./docker/keycloak/realms/:/opt/keycloak/data/import/
2828
depends_on:
29-
- keycloak-mysql
29+
- keycloak-mysql
30+
31+
loki:
32+
image: grafana/loki:main
33+
command: [ '-config.file=/etc/loki/local-config.yaml' ]
34+
ports:
35+
- '3100:3100'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
./binlog.000001
21
./binlog.000002
32
./binlog.000003
43
./binlog.000004
54
./binlog.000005
65
./binlog.000006
6+
./binlog.000007

0 commit comments

Comments
 (0)