)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"42c0c6fcbc999991ad697b0752150b57362572d8","unresolved":true,"context_lines":[{"line_number":8,"context_line":""},{"line_number":9,"context_line":"This uses the same approach as the mariadb role (and others)."},{"line_number":10,"context_line":""},{"line_number":11,"context_line":"Closes-Bug: : 1928193"},{"line_number":12,"context_line":"Co-Authored-By: John Garbutt \u003cjohng@stackhpc.com\u003e"},{"line_number":13,"context_line":"Change-Id: I79a7a8c80327cfd9ef31d17fe71f450a181a638c"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":1,"id":"a887314c_0ad2a539","line":11,"range":{"start_line":11,"start_character":12,"end_line":11,"end_character":14},"updated":"2021-12-27 15:23:13.000000000","message":"#","commit_id":"502152290ac5fc2a09176c52a459b9741273b752"}],"/PATCHSET_LEVEL":[{"author":{"_account_id":17669,"name":"Doug Szumski","email":"doug@stackhpc.com","username":"DougSzumski"},"change_message_id":"e34762077d81418ea5d62fc480ffa7d288fceb0c","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"d11888cb_e940788b","updated":"2022-04-14 10:54:07.000000000","message":"My colleague Kyle has just demonstrated it working","commit_id":"502152290ac5fc2a09176c52a459b9741273b752"},{"author":{"_account_id":17669,"name":"Doug Szumski","email":"doug@stackhpc.com","username":"DougSzumski"},"change_message_id":"68781378c029ce080c37d8490e91a41229e00be7","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"f8a4e260_586a9f86","updated":"2022-04-14 08:26:57.000000000","message":"This looks like a good step","commit_id":"502152290ac5fc2a09176c52a459b9741273b752"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"4f6a9103aa23fe02c472c976d4a0482090f1aabd","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"1b2b4c77_33d16f34","updated":"2022-04-14 12:47:16.000000000","message":"If we want to backport this - it needs to be configurable, it has impact on existing installations (we can\u0027t assume only Grafana is used for that ,,path\u0027\u0027). I\u0027m still not convinced the problem should be solved that way (instead of implementing some storage solution via remote storage integrations for Prometheus) - but let\u0027s merge it as an easy fix to the mentioned problem.","commit_id":"a031abb19c9192e657b06cd9c62393f78eae7e6d"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"e7f64f777e9cb0cbf49794800c2b5aa68e7042eb","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"ac1cab93_e60ff65d","updated":"2022-04-14 12:57:21.000000000","message":"Or maybe we should be implementing something like this - https://github.com/jacksontj/promxy ;-)","commit_id":"a031abb19c9192e657b06cd9c62393f78eae7e6d"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"59fec6f01cbb74f57b117d5cc0168cee43300427","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"d693aacc_514003b7","updated":"2022-04-15 10:11:07.000000000","message":"just fixed reno to pass the linters","commit_id":"6906b275ef58c5d35bef73fd64054925e9a7fa15"}],"ansible/roles/prometheus/defaults/main.yml":[{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"cbf40d3d47eaeb89ae011d46bbda22a4fc9c2afd","unresolved":true,"context_lines":[{"line_number":104,"context_line":"####################"},{"line_number":105,"context_line":"# HAProxy"},{"line_number":106,"context_line":"####################"},{"line_number":107,"context_line":"prometheus_haproxy_members: \"{% for host in groups[\u0027prometheus\u0027] %}server {{ hostvars[host][\u0027ansible_hostname\u0027] }} {{ \u0027api\u0027 | kolla_address(host) }}:{{ prometheus_port }} check inter 2000 rise 2 fall 5{% if not loop.first %} backup{% endif %};{% endfor %}\""},{"line_number":108,"context_line":""},{"line_number":109,"context_line":"####################"},{"line_number":110,"context_line":"# Blackbox"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"f1285259_7120f93d","line":107,"range":{"start_line":107,"start_character":91,"end_line":107,"end_character":110},"updated":"2022-04-14 12:53:16.000000000","message":"ansible_facts.hostname","commit_id":"a031abb19c9192e657b06cd9c62393f78eae7e6d"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"b93efb2de305586107fb1ff23eab756796860b2c","unresolved":true,"context_lines":[{"line_number":105,"context_line":"# HAProxy"},{"line_number":106,"context_line":"####################"},{"line_number":107,"context_line":"prometheus_active_passive: true"},{"line_number":108,"context_line":"prometheus_haproxy_members: \"{% for host in groups[\u0027prometheus\u0027] %}server {{ hostvars[host].ansible_facts.hostname }} {{ \u0027api\u0027 | kolla_address(host) }}:{{ prometheus_port }} check inter 2000 rise 2 fall 5{% if not loop.first %}{% if prometheus_active_passive | bool %} backup{% else %}{% endif %}{% endif %};{% endfor %}\""},{"line_number":109,"context_line":""},{"line_number":110,"context_line":"####################"},{"line_number":111,"context_line":"# Blackbox"}],"source_content_type":"text/x-yaml","patch_set":4,"id":"9b62053f_58a35ab6","line":108,"range":{"start_line":108,"start_character":275,"end_line":108,"end_character":285},"updated":"2022-04-14 14:41:51.000000000","message":"not needed","commit_id":"02e422523d0186945eadcbed104721985c7c07bf"}]}
