commit | 6338a08c34bd1544ffcf91e2aafbf6e8ed9ffa58 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Sep 09 15:50:54 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 10 10:29:54 2019 +0200 |
tree | 27b3c62b3b075bfa75c4c1c6f53607b520a654b8 | |
parent | 82004145d495bc3f159af06acad333fa6da4b58d [diff] |
MINOR: stats: Add JSON export from the stats page It is now possible to export stats using the JSON format from the HTTP stats page. Like for the CSV export, to export stats in JSON, you must add the option ";json" on the stats URL. It is also possible to dump the JSON schema with the option ";json-schema". Corresponding Links have been added on the HTML page. This patch fixes the issue #263.