File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
- ' {{ prometheus_software_port }} {{ prometheus_etc_dir }}/{{ prometheus_software_name }}.yml'
32
32
prometheus_software_url :
33
33
" https://github.com/{{ prometheus_software_author }}/{{ prometheus_software_name }}/releases/download/{{ prometheus_software_version }}/\
34
- {{ prometheus_software_name }}-{{ prometheus_software_version | regex_replace('^(v)?') }}.jar"
34
+ {{ prometheus_software_name }}-{{ prometheus_software_version | regex_replace('^(v)?') }}-jar-with-dependencies .jar"
35
35
36
36
37
37
- name : Install standalone file for {{ prometheus_software_name_version }}
Original file line number Diff line number Diff line change 34
34
35
35
describe http ( 'http://127.0.0.1:9427/metrics' ) do
36
36
its ( 'status' ) { should cmp 200 }
37
- its ( 'body' ) { should match /ping_rtt_mean_seconds_ms / }
37
+ its ( 'body' ) { should match /ping_rtt_mean_ms / }
38
38
end
You can’t perform that action at this time.
0 commit comments