Skip to content

Feature: write stats to Kibana

Andrew Newdigate requested to merge gh-d5b29fbf/6/gitterHQ/stats-logging into master

In support of User Story: https://github.com/troupe/gitter-webapp/issues/1995

This PR does several things:

Removes the console logger Adds a winston logger Adds a stats provider to log to the winston logger

What does this give us?

When a stat.event is fired, the winston logger will write the event (with metadata) to Kibana.

The log entry can then be cut up further in Kibana and used for reporting.

Merge request reports