Skip to content

Commit

Permalink
feat: Provided core dashboard overview configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox committed Jan 24, 2024
1 parent 4f03063 commit bb5ddf4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions configs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ modules:
core:
server:
port: 8081
dashboard:
enabled: true
overview:
app_env: true
app_debug: true
app_version: true
log_level: true
log_output: true
trace_sampler: true
trace_processor: true
metrics:
expose: true
collect:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/ankorstore/yokai/config v1.1.0
github.com/ankorstore/yokai/fxcore v1.2.0
github.com/ankorstore/yokai/fxcore v1.3.0
github.com/ankorstore/yokai/fxworker v1.0.0
github.com/ankorstore/yokai/log v1.0.0
github.com/ankorstore/yokai/worker v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ github.com/ankorstore/yokai/config v1.1.0 h1:z6xnsVXAbWhhjcb5kqVaw0VlaGZziGc7Di1
github.com/ankorstore/yokai/config v1.1.0/go.mod h1:yDANaMWIOfAUkAMClG22Q4bzQk91NLwWK3WbL5IFnbg=
github.com/ankorstore/yokai/fxconfig v1.0.0 h1:zaYOLfpurqFJuS/IHeAXPOzrCNuttsFjJWNOK39opR4=
github.com/ankorstore/yokai/fxconfig v1.0.0/go.mod h1:p+x6Jp8aLv1+uE1qO42KF+yahBK+VJdPP1/YReBjJ7M=
github.com/ankorstore/yokai/fxcore v1.2.0 h1:2DCAAyHKG7cUHuEMzcV7z3JgRwbMkaQCSfoNyg5d+5s=
github.com/ankorstore/yokai/fxcore v1.2.0/go.mod h1:9mAWDiDZFq/Mt7NWt5xIpj7ZO9xqUSjRQ8M6YPU3vug=
github.com/ankorstore/yokai/fxcore v1.3.0 h1:X2BW4sXN3UgR7IdJ5c5Pg4U082bYAxQFzqmTN/SXxMk=
github.com/ankorstore/yokai/fxcore v1.3.0/go.mod h1:9mAWDiDZFq/Mt7NWt5xIpj7ZO9xqUSjRQ8M6YPU3vug=
github.com/ankorstore/yokai/fxgenerate v1.0.0 h1:jLe6FVnUqTkHZINK/LmjoD3C+CaZuNlMlQ/JJp0T1Cg=
github.com/ankorstore/yokai/fxgenerate v1.0.0/go.mod h1:o6ICl0t3DRC3xUUm/z11EIA53BA8dHwZkJJaMVMgnGk=
github.com/ankorstore/yokai/fxhealthcheck v1.0.0 h1:NbH1QDj8JflsHV9tbLqZVU5vXvbEiFftzBa755o6hCg=
Expand Down

0 comments on commit bb5ddf4

Please sign in to comment.