client_golang/prometheus/testutil
beorn7 86702ea6b4 Fix metric comparison for empty labels
reflect.DeepEqual is not suitable for zero occurrences of repeated
proto messages. This changes the comparison to act on the string
representation of proto messages.

Signed-off-by: beorn7 <beorn@soundcloud.com>
2018-11-13 16:25:02 +01:00
..
testutil.go Fix metric comparison for empty labels 2018-11-13 16:25:02 +01:00
testutil_test.go Expose bug #494 2018-11-13 15:48:48 +01:00