Skip to content

Add StatsD monitoring output format

Rohit Kothur requested to merge rkothur/buildgrid:statsd into master

Description

This adds support for outputting metric data from the monitoring bus to the StatsD format. The metric types and formats can be seen here.

Since StatsD is not intended for logs, all logs are dropped in this output format. In the future, we'll want to be able to individually set the log output stream and the metric output stream so we can retain the log messages somewhere when using StatsD as the metric output format.

Changes proposed in this merge request:

  • Add StatsD output format
Edited by Rohit Kothur

Merge request reports