summary refs log tree commit diff
path: root/changelog.d/4317.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changelogRichard van der Hoff2019-01-081-1/+0
|
* Fix test_metrics.py compatibility prometheus_client 0.5Maarten de Vries2018-12-211-0/+1
prometheus_client 0.5 has a named-tuple Sample type with more member than the old plain tuple had. This commit makes sure the unit test detects this and changes the way it reads the sample. Signed-off-by: Maarten de Vries <maarten@de-vri.es>