mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -04:00
fixes
This commit is contained in:
parent
228f1f584e
commit
85ba83eb51
7 changed files with 52 additions and 24 deletions
|
@ -28,9 +28,9 @@ from prometheus_client import Counter
|
|||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
http_push_processed_counter = Counter("http_pushes_processed", "")
|
||||
http_push_processed_counter = Counter("synapse_http_httppusher_http_pushes_processed", "")
|
||||
|
||||
http_push_failed_counter = Counter("http_pushes_failed", "")
|
||||
http_push_failed_counter = Counter("synapse_http_httppusher_http_pushes_failed", "")
|
||||
|
||||
|
||||
class HttpPusher(object):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue