diff options
author | Christopher Baines <mail@cbaines.net> | 2016-01-17 09:44:44 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2016-01-17 09:44:44 +0000 |
commit | 9b60b4466ae811cf603d1f965317ffb74a0a76ce (patch) | |
tree | af8d00a27a6bb81541d3d5b8765a9ea174855887 | |
parent | 5deeccddc8c914f590a2d75dde653f2b51fd1170 (diff) | |
download | prometheus-pgbouncer-exporter-9b60b4466ae811cf603d1f965317ffb74a0a76ce.tar prometheus-pgbouncer-exporter-9b60b4466ae811cf603d1f965317ffb74a0a76ce.tar.gz |
Escape the underscores
This displays better when rendered to markdown.
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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>. |