We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9a13c commit b30c9c9Copy full SHA for b30c9c9
1 file changed
.github/workflows/build-monitoring.yaml
@@ -24,17 +24,6 @@ jobs:
24
with:
25
fetch-depth: 0
26
27
- - name: Get Docker Images
28
- shell: bash
29
- run: |
30
- docker pull gcr.io/distroless/java17
31
-
32
- - name: Set up JDK
33
- uses: actions/setup-java@v4
34
- with:
35
- java-version: '17'
36
- distribution: 'zulu'
37
38
- name: Cache Go Modules
39
uses: actions/cache@v4
40
@@ -63,9 +52,10 @@ jobs:
63
52
cohctl init monitoring -y
64
53
cohctl start monitoring
65
54
sleep 30
66
- cohctl get monitoring
55
+ docker ps
67
56
netstat -an | grep 9090
68
57
netstat -an | grep 3000
58
+ cohctl get monitoring
69
59
curl -s http://127.0.0.1:9090/-/healthy
70
60
curl -s http://127.0.0.1:3000/api/health
71
61
cohctl stop monitoring
0 commit comments