我正在使用Python Prometheus库来检测我的应用程序。让我们假设我有以下代码: from prometheus_client import start_http_server, Counter
data = {}
data['locations'] = 'berlin'
for i in data['location']
metric = Counter("location_service_" + i + "_http_requests_count", "This metric tra