summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authoranayrat <adrien.nayrat@dalibo.com>2018-03-09 18:14:05 +0100
committeranayrat <adrien.nayrat@dalibo.com>2018-03-25 15:28:48 +0200
commit1d7c6bba16d32ddf688fec29dc88e7b4e39f884c (patch)
tree879033ea67cbb053219cfe4a922fbbe9944143ac /web
parent7aa9ad6638941d2e195faa604a153ed59b072d72 (diff)
Postgres : Add replication slot and wal writes charts.
Fix units for other charts.
Diffstat (limited to 'web')
-rw-r--r--web/dashboard_info.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/dashboard_info.js b/web/dashboard_info.js
index df4a5a8ca5..faeef3b91c 100644
--- a/web/dashboard_info.js
+++ b/web/dashboard_info.js
@@ -1068,6 +1068,13 @@ netdataDashboard.context = {
'</ul>' +
'For more information see <a href="https://www.postgresql.org/docs/current/static/warm-standby.html#SYNCHRONOUS-REPLICATION" target="_blank">Synchronous Replication</a>.'
},
+ 'postgres.replication_slot': {
+ info: 'Replication slot files.<ul>' +
+ '<li><strong>wal_keeped:</strong> WAL files retained by each replication slots.</li>' +
+ '<li><strong>pg_replslot_files:</strong> files present in pg_replslot.</li>' +
+ '</ul>' +
+ 'For more information see <a href="https://www.postgresql.org/docs/current/static/warm-standby.html#STREAMING-REPLICATION-SLOTS" target="_blank">Replication Slots</a>.'
+ },
// ------------------------------------------------------------------------