mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 00:55:54 +08:00
chore(log-option): 🔧 set hotrod log options for hotrod app (#659)
Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
parent
0d1526f6af
commit
24162f8f96
@ -97,6 +97,10 @@ services:
|
|||||||
container_name: hotrod
|
container_name: hotrod
|
||||||
ports:
|
ports:
|
||||||
- "9000:8080"
|
- "9000:8080"
|
||||||
|
logging:
|
||||||
|
options:
|
||||||
|
max-size: 50m
|
||||||
|
max-file: 3
|
||||||
command: ["all"]
|
command: ["all"]
|
||||||
environment:
|
environment:
|
||||||
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces
|
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces
|
||||||
|
@ -99,6 +99,10 @@ services:
|
|||||||
container_name: hotrod
|
container_name: hotrod
|
||||||
ports:
|
ports:
|
||||||
- "9000:8080"
|
- "9000:8080"
|
||||||
|
logging:
|
||||||
|
options:
|
||||||
|
max-size: 50m
|
||||||
|
max-file: 3
|
||||||
command: ["all"]
|
command: ["all"]
|
||||||
environment:
|
environment:
|
||||||
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces
|
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces
|
||||||
|
Loading…
x
Reference in New Issue
Block a user