2017-11-07 07:35:35 -05:00
|
|
|
groups:
|
|
|
|
- name: synapse
|
|
|
|
rules:
|
2022-09-08 13:50:15 -04:00
|
|
|
# These 3 rules are used in the included Prometheus console
|
2017-11-07 07:35:35 -05:00
|
|
|
- record: 'synapse_federation_client_sent'
|
|
|
|
labels:
|
|
|
|
type: "EDU"
|
2022-09-08 10:01:42 -04:00
|
|
|
expr: 'synapse_federation_client_sent_edus_total + 0'
|
2017-11-07 07:35:35 -05:00
|
|
|
- record: 'synapse_federation_client_sent'
|
|
|
|
labels:
|
|
|
|
type: "PDU"
|
2022-09-08 10:01:42 -04:00
|
|
|
expr: 'synapse_federation_client_sent_pdu_destinations_count_total + 0'
|
2017-11-07 07:35:35 -05:00
|
|
|
- record: 'synapse_federation_client_sent'
|
|
|
|
labels:
|
|
|
|
type: "Query"
|
|
|
|
expr: 'sum(synapse_federation_client_sent_queries) by (job)'
|
2017-08-16 10:31:44 -04:00
|
|
|
|
2022-09-08 13:50:15 -04:00
|
|
|
# These 3 rules are used in the included Prometheus console
|
2017-11-07 07:35:35 -05:00
|
|
|
- record: 'synapse_federation_server_received'
|
|
|
|
labels:
|
|
|
|
type: "EDU"
|
2022-09-08 10:01:42 -04:00
|
|
|
expr: 'synapse_federation_server_received_edus_total + 0'
|
2017-11-07 07:35:35 -05:00
|
|
|
- record: 'synapse_federation_server_received'
|
|
|
|
labels:
|
|
|
|
type: "PDU"
|
2022-09-08 10:01:42 -04:00
|
|
|
expr: 'synapse_federation_server_received_pdus_total + 0'
|
2017-11-07 07:35:35 -05:00
|
|
|
- record: 'synapse_federation_server_received'
|
|
|
|
labels:
|
|
|
|
type: "Query"
|
|
|
|
expr: 'sum(synapse_federation_server_received_queries) by (job)'
|
2017-08-16 10:31:44 -04:00
|
|
|
|
2022-09-08 13:50:15 -04:00
|
|
|
# These 2 rules are used in the included Prometheus console
|
2017-11-07 07:35:35 -05:00
|
|
|
- record: 'synapse_federation_transaction_queue_pending'
|
|
|
|
labels:
|
|
|
|
type: "EDU"
|
|
|
|
expr: 'synapse_federation_transaction_queue_pending_edus + 0'
|
|
|
|
- record: 'synapse_federation_transaction_queue_pending'
|
|
|
|
labels:
|
|
|
|
type: "PDU"
|
|
|
|
expr: 'synapse_federation_transaction_queue_pending_pdus + 0'
|
2020-12-02 10:18:41 -05:00
|
|
|
|
2022-09-08 13:50:15 -04:00
|
|
|
# These 3 rules are used in the included Grafana dashboard
|
2020-12-02 10:18:41 -05:00
|
|
|
- record: synapse_storage_events_persisted_by_source_type
|
2022-09-08 10:01:42 -04:00
|
|
|
expr: sum without(type, origin_type, origin_entity) (synapse_storage_events_persisted_events_sep_total{origin_type="remote"})
|
2020-12-02 10:18:41 -05:00
|
|
|
labels:
|
|
|
|
type: remote
|
|
|
|
- record: synapse_storage_events_persisted_by_source_type
|
2022-09-08 10:01:42 -04:00
|
|
|
expr: sum without(type, origin_type, origin_entity) (synapse_storage_events_persisted_events_sep_total{origin_entity="*client*",origin_type="local"})
|
2020-12-02 10:18:41 -05:00
|
|
|
labels:
|
|
|
|
type: local
|
|
|
|
- record: synapse_storage_events_persisted_by_source_type
|
2022-09-08 10:01:42 -04:00
|
|
|
expr: sum without(type, origin_type, origin_entity) (synapse_storage_events_persisted_events_sep_total{origin_entity!="*client*",origin_type="local"})
|
2020-12-02 10:18:41 -05:00
|
|
|
labels:
|
|
|
|
type: bridges
|
2022-09-08 13:50:15 -04:00
|
|
|
|
|
|
|
# This rule is used in the included Grafana dashboard
|
2020-12-02 10:18:41 -05:00
|
|
|
- record: synapse_storage_events_persisted_by_event_type
|
2022-09-08 10:01:42 -04:00
|
|
|
expr: sum without(origin_entity, origin_type) (synapse_storage_events_persisted_events_sep_total)
|
2022-09-08 13:50:15 -04:00
|
|
|
|
|
|
|
# This rule is used in the included Grafana dashboard
|
2020-12-02 10:18:41 -05:00
|
|
|
- record: synapse_storage_events_persisted_by_origin
|
2022-09-08 10:01:42 -04:00
|
|
|
expr: sum without(type) (synapse_storage_events_persisted_events_sep_total)
|
2020-12-02 10:18:41 -05:00
|
|
|
|