summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2018-03-26 14:58:25 +0300
committerGitHub <noreply@github.com>2018-03-26 14:58:25 +0300
commit530df3544d756d435a1e47b9fb6da374257ed4a1 (patch)
treec873dda49e8812442ae3809ceedbbe6f286a6f1f /web
parent6f50ca84edd813f34d381991d871bf4cf4f46caf (diff)
parent1d7c6bba16d32ddf688fec29dc88e7b4e39f884c (diff)
Merge pull request #3530 from anayrat/postgres
Postgres : replslot and wal writes 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 e2864b0a81..55d454e03c 100644
--- a/web/dashboard_info.js
+++ b/web/dashboard_info.js
@@ -1080,6 +1080,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>.'
+ },
// ------------------------------------------------------------------------