client_golang/prometheus
Marco Jantke 7ee20d77cb validate ConstLabels values in NewDesc 2017-08-20 00:09:51 +02:00
..
graphite graphite: Adjust ExtractSamples call to new interface 2017-01-08 20:55:34 +01:00
promhttp Document the use of Go1.9+ for monotonic time where applicable 2017-06-29 16:07:12 +02:00
push Document the use of Go1.9+ for monotonic time where applicable 2017-06-29 16:07:12 +02:00
.gitignore Rearrange file and package per convention. 2013-04-04 15:27:09 +02:00
README.md Create a public registry interface and separate out HTTP exposition 2016-08-02 18:46:22 +02:00
benchmark_test.go Allow Summaries with empty objectives and deprecate DefObjectives 2016-11-23 18:35:02 +01:00
collector.go Fix a number of doc comments and similar nits 2016-08-03 12:23:37 +02:00
counter.go Remove remaining references to MetricVec from doc comments 2017-07-12 15:13:09 +02:00
counter_test.go add label value validation to GetMetricWith and friends 2017-08-19 22:55:41 +02:00
desc.go validate ConstLabels values in NewDesc 2017-08-20 00:09:51 +02:00
desc_test.go validate ConstLabels values in NewDesc 2017-08-20 00:09:51 +02:00
doc.go Minor documentation fix 2017-06-28 15:40:03 +03:00
example_clustermanager_test.go Fix a number of doc comments and similar nits 2016-08-03 12:23:37 +02:00
example_timer_complex_test.go Improve timer examples 2016-11-21 19:16:56 +01:00
example_timer_gauge_test.go Fix invalid Timer (gauge) example 2017-02-28 11:13:17 -04:00
example_timer_test.go Change the Timer API 2016-11-18 20:32:18 +01:00
examples_test.go Allow Summaries with empty objectives and deprecate DefObjectives 2016-11-23 18:35:02 +01:00
expvar_collector.go Create a public registry interface and separate out HTTP exposition 2016-08-02 18:46:22 +02:00
expvar_collector_test.go Add goreport card and remove warnings where feasible 2016-09-16 19:59:04 +02:00
fnv.go use local fnv hash everywhere 2015-11-12 14:07:23 +01:00
gauge.go Un-export MetricVec 2017-06-28 17:55:59 +02:00
gauge_test.go - Point from Inc and Dec to Add and Sub in doc comments. 2016-11-18 19:32:10 +01:00
go_collector.go Add new default metric go_info 2017-07-23 23:36:09 +02:00
go_collector_test.go Add new default metric go_info 2017-07-23 23:36:09 +02:00
histogram.go add label value validation to NewConstMetric and friends 2017-08-20 00:09:51 +02:00
histogram_test.go new handler instrumentation (#285) 2017-04-24 15:13:19 -04:00
http.go Point to promhttp in deprecation notices 2017-05-09 18:54:33 +02:00
http_test.go Allow Summaries with empty objectives and deprecate DefObjectives 2016-11-23 18:35:02 +01:00
label_values.go extract and refactor label validation functions 2017-08-20 00:09:50 +02:00
metric.go Create a "merge gatherer" 2016-08-12 21:34:17 +02:00
metric_test.go Change "Prometheus Team" to "The Prometheus Authors". 2015-02-02 15:14:36 +01:00
observer.go new handler instrumentation (#285) 2017-04-24 15:13:19 -04:00
process_collector.go Fix namespace of process collector metrics 2016-11-02 14:09:24 -04:00
process_collector_test.go Fix namespace of process collector metrics 2016-11-02 14:09:24 -04:00
registry.go fix typo in comments 2017-07-07 23:28:24 +08:00
registry_test.go Remove deprecated features that are esay to replace 2016-10-25 18:28:15 +02:00
summary.go add label value validation to NewConstMetric and friends 2017-08-20 00:09:51 +02:00
summary_test.go new handler instrumentation (#285) 2017-04-24 15:13:19 -04:00
timer.go Document the use of Go1.9+ for monotonic time where applicable 2017-06-29 16:07:12 +02:00
timer_test.go new handler instrumentation (#285) 2017-04-24 15:13:19 -04:00
untyped.go Un-export MetricVec 2017-06-28 17:55:59 +02:00
value.go add label value validation to NewConstMetric and friends 2017-08-20 00:09:51 +02:00
value_test.go add label value validation to NewConstMetric and friends 2017-08-20 00:09:51 +02:00
vec.go add label value validation to NewConstMetric and friends 2017-08-20 00:09:51 +02:00
vec_test.go Add goreport card and remove warnings where feasible 2016-09-16 19:59:04 +02:00

README.md

See go-doc.