Add support for writing to a UDP port

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

Loading