registry.py 231 B

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