/Users/rahulsinha/anaconda3/envs/envpy37/bin/python /Users/rahulsinha/PycharmProjects/pythonProject/prom_pythonclient.py
Traceback (most recent call last):
File "/Users/rahulsinha/PycharmProjects/pythonProject/prom_pythonclient.py", line 8, in <module>
@Latency_Time.track_inprogress()
File "/Users/rahulsinha/anaconda3/envs/envpy37/lib/python3.7/site-packages/prometheus_client/metrics.py", line 377, in track_inprogress
self._raise_if_not_observable()
File "/Users/rahulsinha/anaconda3/envs/envpy37/lib/python3.7/site-packages/prometheus_client/metrics.py", line 66, in _raise_if_not_observable
raise ValueError('%s metric is missing label values' % str(self._type))
ValueError: gauge metric is missing label values
Process finished with exit code 1