You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -590,8 +610,6 @@ Needs a better name - suggestions please.
590
610
591
611
Further metrics data sources ideas:
592
612
593
-
couch monitoring - https://github.com/gws/munin-plugin-couchdb - maybe just dump /_stats periodically as a new doc into couch?
594
-
595
613
snmp - add metric data from snmp source
596
614
597
615
fluentd - https://github.com/ixixi/fluent-plugin-couch - log stuff instead of logstash and elasticsearch
@@ -602,7 +620,5 @@ maybe add a filer $text for sql like $interval on normal graph panel for quick d
602
620
603
621
example pouchdb to couchdb collecting metrics from mobile device / web browser
604
622
605
-
example adding metric via curl post/put to couch
606
-
607
623
example rollup stuff for aggregate/archiving/make new tables in postgres based on timestamp - pg function(s) to be run periodically to automate? - note with over 2 million docs the dashboard with 6 graphs and multiple series takes under 3 secs to redraw all of them with where clause on the timestamps at 24hrs so all datapoints for last 24hrs are being loaded. - note on http_pgsql extension to deal with managing/archivng couchdbs.
0 commit comments