Skip to content

Add support for writing to a UDP port

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

Description

This MR adds support to Buildgrid's configuration to output to a UDP port using endpoint-type: udp. This is primarily intended for use in conjunction with the recently-merged StatsD output format. For this output format, endpoint-location must be set to a value of the form ip_address:port (e.g. 127.0.0.1:9000).

Edited by Rohit Kothur

Merge request reports