client_golang/model
Bjoern Rabenstein 05059724f8 Remove the partition of summaries by HTTP status code and method.
Summaries as implemented cannot be aggregated in a meaningful
way. Partitoning them by status code and method only made sense if we
were interested in the individual latency and size of e.g. GET request
that result in status 503. In general, that's not the case. Most of
the time, the user will be interested in the latency and size of _all_
HTTP requests.

(With future changes to client_golang, we will consider making the
HTTP instrumentation configurable, e.g. to handle the case where the
user is only interested in the latency of successful requests.)
2015-01-13 14:57:37 +01:00
..
fingerprinting.go Add COWMetric and do some code cleanups. 2014-12-12 20:57:05 +01:00
labelname.go Eliminate a number of style-guide violations. 2014-04-25 21:18:04 +02:00
labelname_test.go Complete rewrite of the exposition library. 2014-06-17 14:08:22 +02:00
labelset.go Eliminate a number of style-guide violations. 2014-04-25 21:18:04 +02:00
labelvalue.go Eliminate a number of style-guide violations. 2014-04-25 21:18:04 +02:00
labelvalue_test.go Complete rewrite of the exposition library. 2014-06-17 14:08:22 +02:00
metric.go Add COWMetric and do some code cleanups. 2014-12-12 20:57:05 +01:00
metric_test.go Adjust various things required for the new storage backend. 2014-11-24 19:56:40 +01:00
model.go Include relevant server model artifacts. 2013-06-11 11:45:21 +02:00
sample.go Remove extraction result type, simplify code. 2014-12-31 13:53:17 +01:00
sample_test.go Adjust various things required for the new storage backend. 2014-11-24 19:56:40 +01:00
samplevalue.go Eliminate a number of style-guide violations. 2014-04-25 21:18:04 +02:00
signature.go Make the collectorID independent of the desc order. 2014-06-26 15:50:11 +02:00
signature_test.go Make the collectorID independent of the desc order. 2014-06-26 15:50:11 +02:00
timestamp.go Adjust various things required for the new storage backend. 2014-11-24 19:56:40 +01:00
timestamp_test.go Remove the partition of summaries by HTTP status code and method. 2015-01-13 14:57:37 +01:00