summaryrefslogtreecommitdiff
path: root/posts/prometheus_in_early_2016.mdwn
diff options
context:
space:
mode:
authorChristopher Baines <ikiwiki.info>2018-04-23 18:50:17 +0100
committerChristopher Baines <ikiwiki.info>2018-04-23 18:50:17 +0100
commite08f6ee1fe38e4ede6952ac4cb2814cfac3a5249 (patch)
tree89459e0b60d7b94fc1e0d83b99edb252906a1666 /posts/prometheus_in_early_2016.mdwn
parent0c41762efca54ad4f7b46c7a6e6db067b63f30cd (diff)
downloadcbaines.net-e08f6ee1fe38e4ede6952ac4cb2814cfac3a5249.tar
cbaines.net-e08f6ee1fe38e4ede6952ac4cb2814cfac3a5249.tar.gz
Fix links to git.cbaines.net
It now supports HTTPS. Also fix the links assuming gitweb rather than cgit.
Diffstat (limited to 'posts/prometheus_in_early_2016.mdwn')
-rw-r--r--posts/prometheus_in_early_2016.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/prometheus_in_early_2016.mdwn b/posts/prometheus_in_early_2016.mdwn
index 43dab7c..26b3fc3 100644
--- a/posts/prometheus_in_early_2016.mdwn
+++ b/posts/prometheus_in_early_2016.mdwn
@@ -26,7 +26,7 @@ were being sent really slowly, and eventually it was determined that this was
due to workers waiting for a database connection. [[!taglink PGBouncer]] does
expose metrics, but having them in Prometheus makes them accessible, so I wrote
a [[Prometheus exporter for
-PGBouncer|http://git.cbaines.net/prometheus-pgbouncer-exporter/about/]].
+PGBouncer|https://git.cbaines.net/prometheus-pgbouncer-exporter/about/]].
The data from this is displayed on relevant dashboards in Grafana, and has
helped more than once to quickly solve issues. Recently, the