cri-o/vendor/github.com/matttproud/golang_protobuf_extensions
Mrunal Patel 0e1452a4ec Add a /metrics endpoint for the server
This is for prometheus integration

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-08-10 13:44:42 -04:00
..
pbutil Add a /metrics endpoint for the server 2017-08-10 13:44:42 -04:00
LICENSE Add a /metrics endpoint for the server 2017-08-10 13:44:42 -04:00
NOTICE Add a /metrics endpoint for the server 2017-08-10 13:44:42 -04:00
README.md Add a /metrics endpoint for the server 2017-08-10 13:44:42 -04:00

Overview

This repository provides various Protocol Buffer extensions for the Go language (golang), namely support for record length-delimited message streaming.

Java Go
MessageLite#parseDelimitedFrom pbutil.ReadDelimited
MessageLite#writeDelimitedTo pbutil.WriteDelimited

Because Code Review 9102043 is destined to never be merged into mainline (i.e., never be promoted to formal goprotobuf features), this repository will live here in the wild.

Documentation

We have generated Go Doc documentation here.

Testing

Build Status