Gabriella Lotz has posted comments on this change. ( http://gerrit.cloudera.org:8080/20814 )
Change subject: Add blog post about Prometheus/Grafana ...................................................................... Patch Set 3: (1 comment) http://gerrit.cloudera.org:8080/#/c/20814/2/_posts/2026-07-03-kudu-prometheus-grafana.md File _posts/2026-07-03-kudu-prometheus-grafana.md: http://gerrit.cloudera.org:8080/#/c/20814/2/_posts/2026-07-03-kudu-prometheus-grafana.md@42 PS2, Line 42: ```yaml : global: : scrape_interval: 15s : evaluation_interval: 15s : : scrape_configs: : - job_name: 'kudu' : metrics_path: '/metrics_prometheus' : static_configs: : - targets: ['master-1:8051', 'master-2:8051', 'master-3:8051'] : labels: : group: 'masters' : - targets: ['tserver-1:8050', 'tserver-2:8050', 'tserver-3:8050'] : labels: : group: 'tservers' : ``` > Done Thanks for fixing that! One more though: under scrape_configs, the keys in the list item (metrics_path, static_configs) have two extra spaces. They should line up with job_name rather than being indented past it, otherwise it doesn't parse. Same in the snippet below. -- To view, visit http://gerrit.cloudera.org:8080/20814 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: gh-pages Gerrit-MessageType: comment Gerrit-Change-Id: I85878378f883b2cc1f8136bde2c9f0db7ceccd8f Gerrit-Change-Number: 20814 Gerrit-PatchSet: 3 Gerrit-Owner: Marton Greber <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Gabriella Lotz <[email protected]> Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Yan-Daojiang <[email protected]> Gerrit-Reviewer: Zoltan Chovan <[email protected]> Gerrit-Comment-Date: Wed, 08 Jul 2026 13:59:05 +0000 Gerrit-HasComments: Yes
