Hi List,

I am really looking forward to 2.0 and I am currently looking for
issues that might block a 2.0 release.

Joan already mentioned the config & admin-setting in Fauxton
(https://issues.apache.org/jira/browse/COUCHDB-2343 and
https://issues.apache.org/jira/browse/COUCHDB-2390)

Right now also the stats are not working in Fauxton. The stats don't
have much functionality and haven't seen much contributions since they
exist - here they are: https://cloudup.com/cWoTJuhxdgU

In Couch 2.0 the stats endpoint is on each individual Cluster-Node, if
you run ./dev/run one of the three _stats endpoints is on
http://localhost:15986/_stats. That means for the data of the mean
time of a HTTP Request the values from each node will have to get
aggregated into a single point that Fauxton can access.

In a serious production setup this is usually archived by external
tools like collectd, graphite, monit and friends - we include
couchdb-folsom for that in 2.0.

For me working on Fauxton the main interest is how we proceed with the
Section in Fauxton. The easiest way for now would be deleting the
section, like we did with the log-section. Logs basically had the same
problem and we are going to use lager & external tools for log
aggregation.

Best,
Robert

Reply via email to