client_golang/extraction
Matt T. Proud 03369306e0 Provide Discriminator For Protocol Buf. Streams
This commit introduces an incomplete processor that decodes varint
record length-delimited streams of io.prometheus.client.MetricFamily
Protocol Buffer messages.  The Go client presently does not support
generation of said messages, but this will unblock a number of Java
changes.
2013-06-26 13:25:10 +02:00
..
fixtures Include relevant server model artifacts. 2013-06-11 11:45:21 +02:00
discriminator.go Provide Discriminator For Protocol Buf. Streams 2013-06-26 13:25:10 +02:00
discriminator_test.go Provide Discriminator For Protocol Buf. Streams 2013-06-26 13:25:10 +02:00
extraction.go Include relevant server model artifacts. 2013-06-11 11:45:21 +02:00
metricfamilyprocessor.go Provide Discriminator For Protocol Buf. Streams 2013-06-26 13:25:10 +02:00
processor.go Update LabelSet and Metric String() methods from server. 2013-06-12 18:47:30 +02:00
processor0_0_1.go Code Review: Useless time and comment. 2013-06-11 12:42:31 +02:00
processor0_0_1_test.go Update LabelSet and Metric String() methods from server. 2013-06-12 18:47:30 +02:00
processor0_0_2.go Provide Discriminator For Protocol Buf. Streams 2013-06-26 13:25:10 +02:00
processor0_0_2_test.go Update LabelSet and Metric String() methods from server. 2013-06-12 18:47:30 +02:00