我创建了一个Python项目,用于使用prometheus进行监视。from prometheus_client import Summary, Counter, Histogram, Gaugefrom imp:graphs['helpful'] = Counter('python_request_helpful_total', 'the total of helpful interact
在prometheus python文档中,假设我运行以下代码: from prometheus_client import Counterc.inc() # Increment by 1
c.inc(1.6) # Increment by given value 在执行这两个增量后,如何获得c指标的值