File tree 3 files changed +7
-2
lines changed 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 60
60
61
61
- name : Archive binaries
62
62
run : |
63
- tar -czvf prompp-binaries.tar.gz prompp promtool prompptool
63
+ cp ./documentation/examples/prometheus.yml ./prometheus.yml
64
+ tar -czvf prompp-binaries.tar.gz prompp promtool prompptool prometheus.yml
64
65
65
66
- name : Upload binaries as artifacts
66
67
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -65,6 +65,11 @@ docker run --name prompp -d -p 127.0.0.1:9090:9090 prompp/prompp
65
65
66
66
Once running, Deckhouse Prom++ will be accessible at [ http://localhost:9090/ ] ( http://localhost:9090/ ) .
67
67
68
+ You can also add own config for Prom++ by passing config.file parameter
69
+
70
+ ``` bash
71
+ docker run --name prompp -v /path/on/host/prometheus.yml:/etc/prometheus.yml -d -p 127.0.0.1:9090:9090 prompp/prompp --config.file=/etc/prometheus.yml
72
+ ```
68
73
69
74
## ** Prometheus Operator**
70
75
Original file line number Diff line number Diff line change @@ -168,7 +168,6 @@ docker:
168
168
ENTRYPOINT :
169
169
- " /bin/prompp"
170
170
CMD :
171
- - " --config.file=/etc/src.yml"
172
171
- " --storage.tsdb.path=/prometheus"
173
172
- " --web.console.libraries=/usr/share/prometheus/console_libraries"
174
173
- " --web.console.templates=/usr/share/prometheus/consoles"
You can’t perform that action at this time.
0 commit comments