Skip to content

Commit

Permalink
docker-compose: enable CPU and heap profiling (elastic#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
axw authored Apr 6, 2020
1 parent 900aa17 commit 5c9baf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ services:
-E apm-server.expvar.enabled=true
-E apm-server.ilm.enabled=false
-E apm-server.instrumentation.enabled=true
-E apm-server.instrumentation.profiling.heap.enabled=true
-E apm-server.instrumentation.profiling.cpu.enabled=true
-E output.elasticsearch.hosts=["${ES_URL}"]
-E output.elasticsearch.username=${ES_USER}
-E output.elasticsearch.password=${ES_PASS}
Expand Down

0 comments on commit 5c9baf7

Please sign in to comment.