Felix Albrigtsen
55e8f01d1d
Some checks failed
Eval nix flake / evals (push) Failing after 3h12m29s
This PR is made while moving Ildkule from PVE on joshua, to Openstack on stack.it.ntnu.no. - The main monitoring dashboard is moved from https://ildkule.pvv.ntnu.no to https://grafana.pvv.ntnu.no. - A new service is added: uptime-kuma on https://uptime.pvv.ntnu.no. - The (hardware) configuration for ildkule is updated to fit the new virtualization environment, boot loader, network interfaces, etc. - Metrics exporters on other hosts should be updated to allow connections from the new host As this is the first proper server running on openstack, and therefore outside our main IP range, we might discover challenges in our network structure. For example, the database servers usually only allow connections from this range, so Ildkule can no longer access it. This should be explored, documented and/or fixed as we move more services. Reviewed-on: #36 Co-authored-by: Felix Albrigtsen <felix@albrigtsen.it> Co-committed-by: Felix Albrigtsen <felix@albrigtsen.it>
75 lines
2.6 KiB
Plaintext
75 lines
2.6 KiB
Plaintext
groups:
|
|
- name: synapse
|
|
rules:
|
|
|
|
###
|
|
### Prometheus Console Only
|
|
### The following rules are only needed if you use the Prometheus Console
|
|
### in contrib/prometheus/consoles/synapse.html
|
|
###
|
|
- record: 'synapse_federation_client_sent'
|
|
labels:
|
|
type: "EDU"
|
|
expr: 'synapse_federation_client_sent_edus_total + 0'
|
|
- record: 'synapse_federation_client_sent'
|
|
labels:
|
|
type: "PDU"
|
|
expr: 'synapse_federation_client_sent_pdu_destinations_count_total + 0'
|
|
- record: 'synapse_federation_client_sent'
|
|
labels:
|
|
type: "Query"
|
|
expr: 'sum(synapse_federation_client_sent_queries) by (job)'
|
|
|
|
- record: 'synapse_federation_server_received'
|
|
labels:
|
|
type: "EDU"
|
|
expr: 'synapse_federation_server_received_edus_total + 0'
|
|
- record: 'synapse_federation_server_received'
|
|
labels:
|
|
type: "PDU"
|
|
expr: 'synapse_federation_server_received_pdus_total + 0'
|
|
- record: 'synapse_federation_server_received'
|
|
labels:
|
|
type: "Query"
|
|
expr: 'sum(synapse_federation_server_received_queries) by (job)'
|
|
|
|
- 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'
|
|
###
|
|
### End of 'Prometheus Console Only' rules block
|
|
###
|
|
|
|
|
|
###
|
|
### Grafana Only
|
|
### The following rules are only needed if you use the Grafana dashboard
|
|
### in contrib/grafana/synapse.json
|
|
###
|
|
- record: synapse_storage_events_persisted_by_source_type
|
|
expr: sum without(type, origin_type, origin_entity) (synapse_storage_events_persisted_events_sep_total{origin_type="remote"})
|
|
labels:
|
|
type: remote
|
|
- record: synapse_storage_events_persisted_by_source_type
|
|
expr: sum without(type, origin_type, origin_entity) (synapse_storage_events_persisted_events_sep_total{origin_entity="*client*",origin_type="local"})
|
|
labels:
|
|
type: local
|
|
- record: synapse_storage_events_persisted_by_source_type
|
|
expr: sum without(type, origin_type, origin_entity) (synapse_storage_events_persisted_events_sep_total{origin_entity!="*client*",origin_type="local"})
|
|
labels:
|
|
type: bridges
|
|
|
|
- record: synapse_storage_events_persisted_by_event_type
|
|
expr: sum without(origin_entity, origin_type) (synapse_storage_events_persisted_events_sep_total)
|
|
|
|
- record: synapse_storage_events_persisted_by_origin
|
|
expr: sum without(type) (synapse_storage_events_persisted_events_sep_total)
|
|
###
|
|
### End of 'Grafana Only' rules block
|
|
###
|