client_golang/model
beorn7 af21d456db Unify fingerprinting aka signature calculation.
This fixes https://github.com/prometheus/client_golang/issues/74 .

IT CHANGES THE FINGERPRINTING AND THEREFORE INVALIDATES EACH AND EVERY
PERSISTED FINGERPRINT (I.E. YOU HAVE TO WIPE THE STORAGE TO USE THIS).

This commit removes the LabelValuesToSignature function as it is used
nowhere (and broken in the way it is implemented right now).

Also, remove one more golint warning.
2015-03-03 17:55:37 +01:00
..
fingerprinting.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
labelname.go Turned "le" and "quantile" label names into constants. 2015-02-19 15:54:26 +01:00
labelname_test.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
labelset.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
labelvalue.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
labelvalue_test.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
metric.go Unify fingerprinting aka signature calculation. 2015-03-03 17:55:37 +01:00
metric_test.go Unify fingerprinting aka signature calculation. 2015-03-03 17:55:37 +01:00
model.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
sample.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
sample_test.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
samplevalue.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
signature.go Unify fingerprinting aka signature calculation. 2015-03-03 17:55:37 +01:00
signature_test.go Unify fingerprinting aka signature calculation. 2015-03-03 17:55:37 +01:00
timestamp.go Unify fingerprinting aka signature calculation. 2015-03-03 17:55:37 +01:00
timestamp_test.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00