client_golang/prometheus/promhttp
beorn7 98eb6cbf7c promhttp: Correctly detect invalid metric and label names
Without this fix, the `InstrumentHandler...` middlewares get locked in
an endless loop in case of an invalid Collector, eating all the memory.

Signed-off-by: beorn7 <beorn@grafana.com>
2020-12-09 17:58:53 +01:00
..
delegator.go Fix promhttp error handling 2020-03-13 00:10:32 +01:00
http.go Be more explicit about the multi-line properties of MultiError 2020-12-02 19:53:38 +01:00
http_test.go Add test for the new promhttp_metric_handler_errors_total metric 2019-06-06 16:56:58 +02:00
instrument_client.go Make use of pre-existing context in InstrumentRoundTripperTrace 2019-05-16 17:52:19 +02:00
instrument_client_test.go Fix unit test failing with Go1.14+ 2020-04-23 15:14:34 +08:00
instrument_server.go promhttp: Correctly detect invalid metric and label names 2020-12-09 17:58:53 +01:00
instrument_server_test.go promhttp: Correctly detect invalid metric and label names 2020-12-09 17:58:53 +01:00