#!/usr/bin/env python # -*- coding: utf-8 -*- """ @Time : 2024/12/26 17:52 @Author : cao @File : registry.py @Desc : """ from prometheus_client import Counter REQUEST_COUNT = Counter('others', 'intention for others')