mirror of
https://github.com/gomods/athens
synced 2026-02-03 08:40:31 +00:00
Add datadog to docker-compose as well (#758)
* add datadog to docker-compsoe as well * fix typo
This commit is contained in:
committed by
Michal Pristas
parent
73a20132df
commit
dbbfdf8442
@@ -17,6 +17,15 @@ services:
|
||||
environment:
|
||||
MINIO_ACCESS_KEY: minio
|
||||
MINIO_SECRET_KEY: minio123
|
||||
datadog:
|
||||
environment:
|
||||
- DD_API_KEY=
|
||||
- DD_LOG_LEVEL=trace
|
||||
- DD_APM_ENABLED=true
|
||||
image:
|
||||
datadog/agent:latest
|
||||
ports:
|
||||
- 8126:8126
|
||||
jaeger:
|
||||
environment:
|
||||
- COLLECTOR_ZIPKIN_HTTP_PORT=9441
|
||||
|
||||
Reference in New Issue
Block a user