client_golang/prometheus
Bjoern Rabenstein b83e1b7cad Remove redundant __name__ label from protobuf output.
Change-Id: I72d5dbccb0325d6edf7abe5bca88dc5a6001029c
2014-04-03 15:18:12 +02:00
..
exp Rearrange file and package per convention. 2013-04-04 15:27:09 +02:00
.gitignore Rearrange file and package per convention. 2013-04-04 15:27:09 +02:00
Makefile Enclose artifact generation process into Makefile. 2013-07-21 17:45:53 +02:00
accumulating_bucket.go Rearrange file and package per convention. 2013-04-04 15:27:09 +02:00
accumulating_bucket_test.go Rearrange file and package per convention. 2013-04-04 15:27:09 +02:00
bucket.go Rearrange file and package per convention. 2013-04-04 15:27:09 +02:00
constants.go Change internal metric name label to __name__. 2014-03-14 12:28:25 +01:00
counter.go Add Reset(map[string]string) to Metric interface 2014-02-19 15:18:16 +01:00
counter_test.go Add Reset(map[string]string) to Metric interface 2014-02-19 15:18:16 +01:00
distributions.go Rearrange file and package per convention. 2013-04-04 15:27:09 +02:00
documentation.go Extract core Prometheus value decoders. 2013-06-10 19:35:41 +02:00
eviction.go Rearrange file and package per convention. 2013-04-04 15:27:09 +02:00
eviction_test.go Rearrange file and package per convention. 2013-04-04 15:27:09 +02:00
gauge.go Add Reset(map[string]string) to Metric interface 2014-02-19 15:18:16 +01:00
gauge_test.go Add Reset(map[string]string) to Metric interface 2014-02-19 15:18:16 +01:00
helpers_test.go Rename test helper files to helpers_test.go 2013-05-06 11:13:44 +02:00
histogram.go Add Reset(map[string]string) to Metric interface 2014-02-19 15:18:16 +01:00
histogram_test.go Rearrange file and package per convention. 2013-04-04 15:27:09 +02:00
interface.go Rearrange file and package per convention. 2013-04-04 15:27:09 +02:00
metric.go Add Reset(map[string]string) to Metric interface 2014-02-19 15:18:16 +01:00
priority_queue.go Rearrange file and package per convention. 2013-04-04 15:27:09 +02:00
priority_queue_test.go Rearrange file and package per convention. 2013-04-04 15:27:09 +02:00
prometheus_test.go Rearrange file and package per convention. 2013-04-04 15:27:09 +02:00
registry.go Remove redundant __name__ label from protobuf output. 2014-04-03 15:18:12 +02:00
registry_test.go Remove redundant __name__ label from protobuf output. 2014-04-03 15:18:12 +02:00
signature.go Cache signature of an empty label set 2013-09-11 17:41:07 +02:00
signature_test.go Add a low-level MetricFamily injection hook. 2014-04-02 19:41:44 +02:00
statistics.go Rearrange file and package per convention. 2013-04-04 15:27:09 +02:00
statistics_test.go Rearrange file and package per convention. 2013-04-04 15:27:09 +02:00
tallying_bucket.go Rearrange file and package per convention. 2013-04-04 15:27:09 +02:00
tallying_bucket_test.go Rearrange file and package per convention. 2013-04-04 15:27:09 +02:00
telemetry.go Registry and Metrics implement json.Marshaler 2013-04-19 15:07:24 +02:00