client_golang/prometheus/collectors
Bartlomiej Plotka 0ce6d719bc
go collector: add default metrics acceptance tests; adding more context to HELP (#1568)
* go collector: add default metrics acceptance tests; adding more context to HELP

The context and details for help were possible thanks to @vesari research, thanks for that!

Signed-off-by: bwplotka <bwplotka@gmail.com>

* Update prometheus/go_collector.go

Co-authored-by: Arianna Vespri <36129782+vesari@users.noreply.github.com>
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>

---------

Signed-off-by: bwplotka <bwplotka@gmail.com>
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
Co-authored-by: Arianna Vespri <36129782+vesari@users.noreply.github.com>
2024-08-01 09:24:31 +01: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 Bump minimum required Go version to 1.16 (#1032) 2022-04-13 16:21:42 +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_go117_test.go gocollector: Add regex option to allow collection of debug runtime metrics 2024-04-08 11:42:03 -03:00
go_collector_go119_test.go gocollector: Add regex option to allow collection of debug runtime metrics 2024-04-08 11:42:03 -03:00
go_collector_go120_test.go gocollector: Add regex option to allow collection of debug runtime metrics 2024-04-08 11:42:03 -03:00
go_collector_go121_test.go Update Go tests (#1562) 2024-07-15 19:28:14 +02:00
go_collector_go122_test.go Update Go tests (#1562) 2024-07-15 19:28:14 +02:00
go_collector_latest.go gocollector: Add regex option to allow collection of debug runtime metrics 2024-04-08 11:42:03 -03:00
go_collector_latest_test.go go collector: add default metrics acceptance tests; adding more context to HELP (#1568) 2024-08-01 09:24:31 +01:00
process_collector.go Add new collectors package 2021-05-08 10:43:31 +09:00