aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2016-01-17 09:44:44 +0000
committerChristopher Baines <mail@cbaines.net>2016-01-17 09:44:44 +0000
commit9b60b4466ae811cf603d1f965317ffb74a0a76ce (patch)
treeaf8d00a27a6bb81541d3d5b8765a9ea174855887
parent5deeccddc8c914f590a2d75dde653f2b51fd1170 (diff)
downloadprometheus-pgbouncer-exporter-9b60b4466ae811cf603d1f965317ffb74a0a76ce.tar
prometheus-pgbouncer-exporter-9b60b4466ae811cf603d1f965317ffb74a0a76ce.tar.gz
Escape the underscores
This displays better when rendered to markdown.
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index ce8127c..845f59d 100644
--- a/README
+++ b/README
@@ -4,8 +4,8 @@ This is a simple exporter for PgBouncer that makes several metrics available to
Prometheus.
Metrics are exported from the SHOW LISTS, STATS, POOLS and DATABASES command
-output. For the full list, see the prometheus_pgbouncer_exporter/collectors.py
-file.
+output. For the full list, see the
+prometheus\_pgbouncer\_exporter/collectors.py file.
Please send any comments or queries to Christopher Baines <mail@cbaines.net>.