Skip to content

Commit 781337e

Browse files
JohnGarbuttjovial
authored andcommitted
Remove log arg that fails with prometheus 2.0
(cherry picked from commit 7d97dae) (cherry picked from commit f366ee0) Change-Id: I99d525d5ca42c1a21eb622cef51088abefc5578a (cherry picked from commit 548e42f)
1 parent 1998f2e commit 781337e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/prometheus/templates/prometheus-server.json.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"command": "/opt/prometheus/prometheus --config.file /etc/prometheus/prometheus.yml --web.listen-address {{ api_interface_address | put_address_in_context('url') }}:{{ prometheus_port }} --web.external-url={{ internal_protocol }}://{{ kolla_internal_fqdn | put_address_in_context('url') }}:{{ prometheus_port }} --storage.tsdb.path /var/lib/prometheus{% if prometheus_cmdline_extras %} {{ prometheus_cmdline_extras }}{% endif %}",
2+
"command": "/opt/prometheus/prometheus -config.file /etc/prometheus/prometheus.yml -web.listen-address {{ api_interface_address | put_address_in_context('url') }}:{{ prometheus_port }} -web.external-url={{ internal_protocol }}://{{ kolla_internal_fqdn | put_address_in_context('url') }}:{{ prometheus_port }} -storage.local.path /var/lib/prometheus{% if prometheus_cmdline_extras %} {{ prometheus_cmdline_extras }}{% endif %}",
33
"config_files": [
44
{
55
"source": "{{ container_config_directory }}/prometheus.yml",

0 commit comments

Comments
 (0)