influxdb/services/httpd
Jonathan A. Sternberg ab4bca8495 Report cmdline and memstats in /debug/vars
When we refactored expvar, the cmdline and memstats sections were not
readded to the output. This adds it back if they can be found inside of
`expvar`.

It also stops trying to sort the output of the statistics so they get
returned faster. JSON doesn't need them to be sorted and it causes
enough latency problems that sorting them hurts performance.
2016-09-09 14:32:43 -05:00
..
config.go Properly use the 401 and 403 HTTP status codes 2016-07-07 20:30:04 -05:00
config_test.go Update help and remove unused config options from the configuration file 2016-06-21 14:06:05 -05:00
handler.go Report cmdline and memstats in /debug/vars 2016-09-09 14:32:43 -05:00
handler_test.go Remove redundant code the from response formatter and fix CloseNotify 2016-08-16 15:54:03 -05:00
listen.go Teach the http service how to enforce connection limits 2016-05-12 16:25:16 -04:00
listen_test.go Teach the http service how to enforce connection limits 2016-05-12 16:25:16 -04:00
response_logger.go Removing dead code from every package except influxql 2016-06-20 22:41:07 -05:00
response_writer.go Remove redundant code the from response formatter and fix CloseNotify 2016-08-16 15:54:03 -05:00
service.go Refactoring the monitor service to avoid expvar 2016-07-07 11:13:58 -05:00