client_golang/prometheus
re 1919ef1b31 repo fix 2022-12-13 11:48:40 +03:00
..
collectors repo fix 2022-12-13 11:48:40 +03:00
graphite repo fix 2022-12-13 11:48:40 +03:00
internal repo fix 2022-12-13 11:48:40 +03:00
promauto repo fix 2022-12-13 11:48:40 +03:00
promhttp repo fix 2022-12-13 11:48:40 +03:00
push repo fix 2022-12-13 11:48:40 +03:00
testutil repo fix 2022-12-13 11:48:40 +03:00
.gitignore Rearrange file and package per convention. 2013-04-04 15:27:09 +02:00
README.md repo fix 2022-12-13 11:48:40 +03:00
benchmark_test.go Add a benchmark for concurrent counter increments 2018-01-19 15:15:10 -08:00
build_info_collector.go Use the runtime/metrics package for the Go collector for 1.17+ (#955) 2022-01-16 16:41:56 +00:00
collector.go collectors.GoCollector: Added rule support for granular metric configuration. (#1102) 2022-08-05 19:37:46 +02:00
collector_test.go Enable same linters as the Prometheus repo itself (#1056) 2022-06-17 09:04:06 +02:00
counter.go Test and support 1.19 (#1160) 2022-11-08 00:14:19 +01:00
counter_test.go Raise exemplar labels limit from 64 to 128 (#1091) 2022-07-19 16:50:45 +02:00
desc.go repo fix 2022-12-13 11:48:40 +03:00
desc_test.go Add missing license headers 2018-08-22 13:53:56 +02:00
doc.go repo fix 2022-12-13 11:48:40 +03:00
example_clustermanager_test.go repo fix 2022-12-13 11:48:40 +03:00
example_metricvec_test.go repo fix 2022-12-13 11:48:40 +03:00
example_timer_complex_test.go repo fix 2022-12-13 11:48:40 +03:00
example_timer_gauge_test.go repo fix 2022-12-13 11:48:40 +03:00
example_timer_test.go repo fix 2022-12-13 11:48:40 +03:00
examples_test.go repo fix 2022-12-13 11:48:40 +03:00
expvar_collector.go Add new collectors package 2021-05-08 10:43:31 +09:00
expvar_collector_test.go repo fix 2022-12-13 11:48:40 +03:00
fnv.go Add missing license headers 2018-08-22 13:53:56 +02:00
gauge.go Test and support 1.19 (#1160) 2022-11-08 00:14:19 +01:00
gauge_test.go fix tests warning about string(int) type conversions 2020-07-06 21:19:31 +09:00
gen_go_collector_metrics_set.go repo fix 2022-12-13 11:48:40 +03:00
get_pid.go Fix build against GopherJS (#897) 2022-08-05 16:28:54 +02:00
get_pid_gopherjs.go Fix build against GopherJS (#897) 2022-08-05 16:28:54 +02:00
go_collector.go collectors.GoCollector: Added rule support for granular metric configuration. (#1102) 2022-08-05 19:37:46 +02:00
go_collector_go116.go repo fix 2022-12-13 11:48:40 +03:00
go_collector_go116_test.go Use the runtime/metrics package for the Go collector for 1.17+ (#955) 2022-01-16 16:41:56 +00:00
go_collector_latest.go repo fix 2022-12-13 11:48:40 +03:00
go_collector_latest_test.go repo fix 2022-12-13 11:48:40 +03:00
go_collector_metrics_go117_test.go Remove -Inf buckets from go collector histograms (#1049) 2022-05-13 10:04:45 +02:00
go_collector_metrics_go118_test.go Remove -Inf buckets from go collector histograms (#1049) 2022-05-13 10:04:45 +02:00
go_collector_metrics_go119_test.go Generate new Go runtime metrics for go 1.19 (#1105) 2022-08-05 15:48:33 +02:00
go_collector_test.go Use simpler locking in the Go 1.17 collector (#975) 2022-01-25 08:43:45 +01:00
histogram.go Initialize atomic variables in histogramCounts with atomic.Store... 2022-11-14 15:03:17 +01:00
histogram_test.go repo fix 2022-12-13 11:48:40 +03:00
labels.go Test and support 1.19 (#1160) 2022-11-08 00:14:19 +01:00
metric.go repo fix 2022-12-13 11:48:40 +03:00
metric_test.go Fix `CumulativeCount` value of `+Inf` bucket created from exemplar (#1148) 2022-10-13 13:52:19 +02:00
num_threads.go Fix build against GopherJS (#897) 2022-08-05 16:28:54 +02:00
num_threads_gopherjs.go Fix build against GopherJS (#897) 2022-08-05 16:28:54 +02:00
observer.go Update documentation for exemplar label limit (#1095) 2022-07-27 17:45:49 +02:00
process_collector.go Fix build against GopherJS (#897) 2022-08-05 16:28:54 +02:00
process_collector_js.go Fix build against GopherJS (#897) 2022-08-05 16:28:54 +02:00
process_collector_other.go Fix build against GopherJS (#897) 2022-08-05 16:28:54 +02:00
process_collector_test.go Add new go:build lines for go 1.17 2021-12-17 23:38:35 +01:00
process_collector_windows.go feat: Change processMemoryCounters struct uint declaration to uintptr 2020-04-13 10:44:09 +08:00
process_collector_windows_test.go Implement process collector for Windows (#596) 2019-06-14 12:26:55 +02:00
registry.go repo fix 2022-12-13 11:48:40 +03:00
registry_test.go repo fix 2022-12-13 11:48:40 +03:00
summary.go Test and support 1.19 (#1160) 2022-11-08 00:14:19 +01:00
summary_test.go fix tests warning about string(int) type conversions 2020-07-06 21:19:31 +09:00
timer.go Test and support 1.19 (#1160) 2022-11-08 00:14:19 +01:00
timer_test.go Enable same linters as the Prometheus repo itself (#1056) 2022-06-17 09:04:06 +02:00
untyped.go Remove the deprecated uses of Untyped metrics 2017-08-29 17:31:45 +02:00
value.go repo fix 2022-12-13 11:48:40 +03:00
value_test.go Add missing license headers 2018-08-22 13:53:56 +02:00
vec.go Enable same linters as the Prometheus repo itself (#1056) 2022-06-17 09:04:06 +02:00
vec_test.go Enable same linters as the Prometheus repo itself (#1056) 2022-06-17 09:04:06 +02:00
wrap.go repo fix 2022-12-13 11:48:40 +03:00
wrap_test.go Enable same linters as the Prometheus repo itself (#1056) 2022-06-17 09:04:06 +02:00

README.md

See Go Reference.