driskell / log-courier

The Log Courier Suite is a set of lightweight tools created to ship and process log files speedily and securely, with low resource usage, to Elasticsearch or Logstash instances.
Other
419 stars 107 forks source link

feature request: show average latency in lc-admin #309

Closed sysmonk closed 8 years ago

sysmonk commented 8 years ago

Hi,

It would be nice and interesting to see the average latency information in the new lc-admin publisher endpoints information, something like:

> publisher endpoints
logstash1.example.com:9001:
  pendingPayloads: 0
  publishedLines: 21
  averageLatency: 2645500.605388
  server: logstash1.example.com:9001
  status: Active
logstash2.example.com:9001:
  pendingPayloads: 0
  publishedLines: 6
  averageLatency: 735426.185386
  server: logstash2.example.com:9001
  status: Active