client_golang/prometheus
Bjoern Rabenstein e5dc0421cd Move signature.go and related tests to the model package.
The LabelsToSignature function is now used outside of the prometheus
package, too. Leaving it in the prometheuos package is misleading
design and will lead to circulat import chains soon.

Change-Id: If1ca442d4023b33b138cf79fee68e82ff2a355be
2014-04-25 20:48:16 +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 Support the new protobuf fields. 2014-04-22 15:11:34 +02:00
counter.go Move signature.go and related tests to the model package. 2014-04-25 20:48:16 +02: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 Move signature.go and related tests to the model package. 2014-04-25 20:48:16 +02: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 Move signature.go and related tests to the model package. 2014-04-25 20:48:16 +02: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 Move signature.go and related tests to the model package. 2014-04-25 20:48:16 +02:00
registry_test.go Optimize fingerprinting and metric locks. 2014-04-14 19:06:09 +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
untyped.go Move signature.go and related tests to the model package. 2014-04-25 20:48:16 +02:00
untyped_test.go Support the new protobuf fields. 2014-04-22 15:11:34 +02:00