This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-docker.git
The following commit(s) were added to refs/heads/master by this push:
new b8c49b7 Activate the health module (#12)
b8c49b7 is described below
commit b8c49b7d597ab5bfe626f8ebcd46913528593a96
Author: zhang-wei <[email protected]>
AuthorDate: Fri Nov 13 10:31:35 2020 +0800
Activate the health module (#12)
* activate the health module
* Update docker-compose.yml
* Update docker-compose.yml
---
8/8.2.0/compose-es7/docker-compose.yml | 2 ++
8/8.2.0/compose/docker-compose.yml | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/8/8.2.0/compose-es7/docker-compose.yml
b/8/8.2.0/compose-es7/docker-compose.yml
index 681c3fe..3e5557f 100644
--- a/8/8.2.0/compose-es7/docker-compose.yml
+++ b/8/8.2.0/compose-es7/docker-compose.yml
@@ -56,6 +56,8 @@ services:
environment:
SW_STORAGE: elasticsearch7
SW_STORAGE_ES_CLUSTER_NODES: elasticsearch:9200
+ SW_HEALTH_CHECKER: default
+ SW_TELEMETRY: prometheus
ui:
image: apache/skywalking-ui:8.2.0
container_name: ui
diff --git a/8/8.2.0/compose/docker-compose.yml
b/8/8.2.0/compose/docker-compose.yml
index 91f6759..bf385cf 100644
--- a/8/8.2.0/compose/docker-compose.yml
+++ b/8/8.2.0/compose/docker-compose.yml
@@ -60,7 +60,9 @@ services:
environment:
SW_STORAGE: elasticsearch
SW_STORAGE_ES_CLUSTER_NODES: elasticsearch:9200
- JAVA_OPTS: "-Xms2048m -Xmx2048m"
+ SW_HEALTH_CHECKER: default
+ SW_TELEMETRY: prometheus
+ JAVA_OPTS: "-Xms2048m -Xmx2048m"
ui:
image: apache/skywalking-ui:8.2.0
container_name: ui