refactor: update metrics paths formatting in application.yml for clarity
Build & Test (NowChessSystems) TeamCity build finished
Build & Test (NowChessSystems) TeamCity build finished
This commit is contained in:
@@ -4,7 +4,9 @@ quarkus:
|
|||||||
auth:
|
auth:
|
||||||
permission:
|
permission:
|
||||||
metrics:
|
metrics:
|
||||||
paths: /q/metrics,/q/health/*
|
paths:
|
||||||
|
- /q/metrics
|
||||||
|
- /q/health/*
|
||||||
policy: permit
|
policy: permit
|
||||||
application:
|
application:
|
||||||
name: nowchess-account
|
name: nowchess-account
|
||||||
|
|||||||
@@ -1,6 +1,13 @@
|
|||||||
quarkus:
|
quarkus:
|
||||||
http:
|
http:
|
||||||
port: 8087
|
port: 8087
|
||||||
|
auth:
|
||||||
|
permission:
|
||||||
|
metrics:
|
||||||
|
paths:
|
||||||
|
- /q/metrics
|
||||||
|
- /q/health/*
|
||||||
|
policy: permit
|
||||||
application:
|
application:
|
||||||
name: nowchess-bot-platform
|
name: nowchess-bot-platform
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
@@ -4,7 +4,9 @@ quarkus:
|
|||||||
auth:
|
auth:
|
||||||
permission:
|
permission:
|
||||||
metrics:
|
metrics:
|
||||||
paths: /q/metrics,/q/health/*
|
paths:
|
||||||
|
- /q/metrics
|
||||||
|
- /q/health/*
|
||||||
policy: permit
|
policy: permit
|
||||||
application:
|
application:
|
||||||
name: nowchess-core
|
name: nowchess-core
|
||||||
|
|||||||
@@ -4,7 +4,9 @@ quarkus:
|
|||||||
auth:
|
auth:
|
||||||
permission:
|
permission:
|
||||||
metrics:
|
metrics:
|
||||||
paths: /q/metrics,/q/health/*
|
paths:
|
||||||
|
- /q/metrics
|
||||||
|
- /q/health/*
|
||||||
policy: permit
|
policy: permit
|
||||||
grpc:
|
grpc:
|
||||||
server:
|
server:
|
||||||
|
|||||||
@@ -1,6 +1,13 @@
|
|||||||
quarkus:
|
quarkus:
|
||||||
http:
|
http:
|
||||||
port: 8088
|
port: 8088
|
||||||
|
auth:
|
||||||
|
permission:
|
||||||
|
metrics:
|
||||||
|
paths:
|
||||||
|
- /q/metrics
|
||||||
|
- /q/health/*
|
||||||
|
policy: permit
|
||||||
application:
|
application:
|
||||||
name: nowchess-official-bots
|
name: nowchess-official-bots
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
@@ -4,7 +4,9 @@ quarkus:
|
|||||||
auth:
|
auth:
|
||||||
permission:
|
permission:
|
||||||
metrics:
|
metrics:
|
||||||
paths: /q/metrics,/q/health/*
|
paths:
|
||||||
|
- /q/metrics
|
||||||
|
- /q/health/*
|
||||||
policy: permit
|
policy: permit
|
||||||
grpc:
|
grpc:
|
||||||
server:
|
server:
|
||||||
|
|||||||
@@ -1,6 +1,13 @@
|
|||||||
quarkus:
|
quarkus:
|
||||||
http:
|
http:
|
||||||
port: 8084
|
port: 8084
|
||||||
|
auth:
|
||||||
|
permission:
|
||||||
|
metrics:
|
||||||
|
paths:
|
||||||
|
- /q/metrics
|
||||||
|
- /q/health/*
|
||||||
|
policy: permit
|
||||||
application:
|
application:
|
||||||
name: nowchess-ws
|
name: nowchess-ws
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
Reference in New Issue
Block a user