Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix test_metrics.py compatibility prometheus_client 0.5 #4317

Merged
merged 1 commit into from
Dec 22, 2018
Merged

Fix test_metrics.py compatibility prometheus_client 0.5 #4317

merged 1 commit into from
Dec 22, 2018

Commits on Dec 21, 2018

  1. Fix test_metrics.py compatibility prometheus_client 0.5

    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 <[email protected]>
    de-vri-es committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    48b7ff7 View commit details
    Browse the repository at this point in the history