Skip to content

Commit a708158

Browse files
committed
feat(main): Added core dashboard overview configuration
1 parent 5e1c1de commit a708158

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

configs/config.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ modules:
55
core:
66
server:
77
port: 8081
8+
dashboard:
9+
enabled: true
10+
overview:
11+
app_env: true
12+
app_debug: true
13+
app_version: true
14+
log_level: true
15+
log_output: true
16+
trace_sampler: true
17+
trace_processor: true
818
metrics:
919
expose: true
1020
collect:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/ankorstore/yokai/config v1.1.0
7-
github.com/ankorstore/yokai/fxcore v1.2.0
7+
github.com/ankorstore/yokai/fxcore v1.3.0
88
github.com/ankorstore/yokai/fxhttpserver v1.0.0
99
github.com/ankorstore/yokai/log v1.0.0
1010
github.com/ankorstore/yokai/trace v1.0.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ github.com/ankorstore/yokai/config v1.1.0 h1:z6xnsVXAbWhhjcb5kqVaw0VlaGZziGc7Di1
3838
github.com/ankorstore/yokai/config v1.1.0/go.mod h1:yDANaMWIOfAUkAMClG22Q4bzQk91NLwWK3WbL5IFnbg=
3939
github.com/ankorstore/yokai/fxconfig v1.0.0 h1:zaYOLfpurqFJuS/IHeAXPOzrCNuttsFjJWNOK39opR4=
4040
github.com/ankorstore/yokai/fxconfig v1.0.0/go.mod h1:p+x6Jp8aLv1+uE1qO42KF+yahBK+VJdPP1/YReBjJ7M=
41-
github.com/ankorstore/yokai/fxcore v1.2.0 h1:2DCAAyHKG7cUHuEMzcV7z3JgRwbMkaQCSfoNyg5d+5s=
42-
github.com/ankorstore/yokai/fxcore v1.2.0/go.mod h1:9mAWDiDZFq/Mt7NWt5xIpj7ZO9xqUSjRQ8M6YPU3vug=
41+
github.com/ankorstore/yokai/fxcore v1.3.0 h1:X2BW4sXN3UgR7IdJ5c5Pg4U082bYAxQFzqmTN/SXxMk=
42+
github.com/ankorstore/yokai/fxcore v1.3.0/go.mod h1:9mAWDiDZFq/Mt7NWt5xIpj7ZO9xqUSjRQ8M6YPU3vug=
4343
github.com/ankorstore/yokai/fxgenerate v1.0.0 h1:jLe6FVnUqTkHZINK/LmjoD3C+CaZuNlMlQ/JJp0T1Cg=
4444
github.com/ankorstore/yokai/fxgenerate v1.0.0/go.mod h1:o6ICl0t3DRC3xUUm/z11EIA53BA8dHwZkJJaMVMgnGk=
4545
github.com/ankorstore/yokai/fxhealthcheck v1.0.0 h1:NbH1QDj8JflsHV9tbLqZVU5vXvbEiFftzBa755o6hCg=

0 commit comments

Comments
 (0)