client_golang/prometheus/collectors
SuperQ c85ae6b1fe
Update supported Go versions
Now that 1.23 is out, update the supported version matrix to Go 1.21
through 1.23. This allows us to start using `log/slog`.
* Update generated tests.

Signed-off-by: SuperQ <superq@gmail.com>
2024-08-31 22:47:31 +02:00
..
version chore: Move VersionCollector to collectors directory (#1427) 2024-01-15 10:07:52 +01:00
collectors.go gocollector: Added options to Go Collector for changing the (#1031) 2022-04-13 09:55:22 +01:00
dbstats_collector.go Remove workaround for pre go1.15 (#1010) 2022-03-27 19:11:56 +01:00
dbstats_collector_test.go Use pedantic registry in other places too, to double check. 2024-08-20 11:44:35 +01:00
expvar_collector.go Fix typos in comments, tests, and errors (#1346) 2023-09-21 12:31:08 +01:00
gen_go_collector_set.go gocollector: Add regex option to allow collection of debug runtime metrics 2024-04-08 11:42:03 -03:00
go_collector_go116.go gocollector: Added options to Go Collector for changing the (#1031) 2022-04-13 09:55:22 +01:00
go_collector_go120_test.go Add default Go runtime metrics for /gc/gogc:percent, /gc/gomemlimit:bytes, /sched/gomaxprocs:threads (#1559) 2024-08-09 20:27:25 +01:00
go_collector_go121_test.go Add default Go runtime metrics for /gc/gogc:percent, /gc/gomemlimit:bytes, /sched/gomaxprocs:threads (#1559) 2024-08-09 20:27:25 +01:00
go_collector_go122_test.go Add default Go runtime metrics for /gc/gogc:percent, /gc/gomemlimit:bytes, /sched/gomaxprocs:threads (#1559) 2024-08-09 20:27:25 +01:00
go_collector_go123_test.go Update supported Go versions 2024-08-31 22:47:31 +02:00
go_collector_latest.go Remove go_memstat_lookups_total; added runtime/metrics calculation to memstat metric's help. (#1577) 2024-08-14 12:11:51 +00:00
go_collector_latest_test.go Use pedantic registry in other places too, to double check. 2024-08-20 11:44:35 +01:00
process_collector.go Add new collectors package 2021-05-08 10:43:31 +09:00