Enable and scrap synapse metrics with prometheus #36

Open
opened 2021-03-22 13:44:19 +00:00 by maximilien · 0 comments
Owner

See the official doc at https://github.com/matrix-org/synapse/blob/develop/docs/metrics-howto.md

Decide if we want to use a different listener (likely) or just a path

Edit https://git.deuxfleurs.fr/Deuxfleurs/infrastructure/src/branch/main/app/im/config/synapse/homeserver.yaml

and add

  listeners:
    - type: metrics
      port: 9000 # we should change this to something else and expose it though the job
      bind_addresses:
        - '0.0.0.0'
See the official doc at https://github.com/matrix-org/synapse/blob/develop/docs/metrics-howto.md Decide if we want to use a different listener (likely) or just a path Edit https://git.deuxfleurs.fr/Deuxfleurs/infrastructure/src/branch/main/app/im/config/synapse/homeserver.yaml and add ``` listeners: - type: metrics port: 9000 # we should change this to something else and expose it though the job bind_addresses: - '0.0.0.0' ```
quentin added the
observability
label 2021-09-17 15:19:04 +00:00
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/infrastructure#36
No description provided.