You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org
Portal:Cloud VPS/Admin/Monitoring: Difference between revisions
imported>Arturo Borrero Gonzalez (→Dashboards and handy links: add Toolforge VM table link) |
imported>Jhedden |
||
Line 17: | Line 17: | ||
These bits are located at [[phab:source/operations-puppet/browse/production/modules/profile/manifests/wmcs/monitoring.pp |modules/profile/manifests/wmcs/monitoring.pp]]. | These bits are located at [[phab:source/operations-puppet/browse/production/modules/profile/manifests/wmcs/monitoring.pp |modules/profile/manifests/wmcs/monitoring.pp]]. | ||
== Grafana-labs Graphite-labs== | |||
The DNS records grafana-labs.discovery.wmnet and graphite-labs.discovery.wmnet define the active web server servicing requests. This entry is managed in the DNS git repo at /dns/browse/master/templates/wmnet and configured on trafficserver in [[phab:source/operations-puppet/browse/production/hieradata/common/profile/trafficserver/backend.yaml |hieradata/common/profile/trafficserver/backend.yaml]]. | |||
== Metrics Retention == | == Metrics Retention == |
Revision as of 20:24, 3 March 2020
This page is currently a draft. More information and discussion about changes to this draft on the talk page. |
This page describes how monitoring works as deployed and managed by the WMCS team, for both Cloud VPS and Toolforge.
Deployment
There are 2 physical servers:
- cloudmetrics1002.eqiad.wmnet --- currently master
- cloudmetrics1001.eqiad.wmnet --- currently cold standby
Both servers get applied the puppet role role::wmcs::monitoring (modules/role/manifests/wmcs/monitoring.pp), which get them ready to collect metrics using a software stack composed of carbon, graphite and friends.
Although the ideal would be for both servers to collect and serve metrics at the same time using a cluster approach, right now only the master actually works. The cold standby fetch metrics using rsync from the master (/srv/carbon/whisper/), so in case of a failover we could rebuild the service without much metrics loss.
These bits are located at modules/profile/manifests/wmcs/monitoring.pp.
Grafana-labs Graphite-labs
The DNS records grafana-labs.discovery.wmnet and graphite-labs.discovery.wmnet define the active web server servicing requests. This entry is managed in the DNS git repo at /dns/browse/master/templates/wmnet and configured on trafficserver in hieradata/common/profile/trafficserver/backend.yaml.
Metrics Retention
Our metrics retention policy is 90 days. There are two cronjobs for the _graphite
user that are running on labmon1001
for this task:
archive-deleted-instances
: Moves data from deleted instances to/srv/carbon/whisper/archived_metrics
delete-old-instance-archives
: Deletes archived data that is older than 90 days
This prevents the /srv
partition from becoming full.
The archive-instances
script logs operations to /var/log/graphite/instance-archiver.log
Monitoring for Cloud VPS
There are metrics per project.
Monitoring for Toolforge
There are metrics for every node in the Toolforge cluster.
Dashboards and handy links
If you want to get an overview of what's going on the Cloud VPS infra, open these links:
Datacenter | What | Mechanism | Comments | Link |
---|---|---|---|---|
eqiad | NFS servers | icinga | labstore1xxx servers | [1] |
eqiad | Cloud VPS main services | icinga | service servers, non virts | [2] |
codfw | Cloud VPS labtest servers | icinga | all physical servers | [3] |
eqiad | Toolforge basic alerts | grafana | some interesting metrics from Toolforge | [4] |
eqiad | Toolforge grid status | custom tool | jobs running on Toolforge's grid | [5] |
any | cloud servers | icinga | all physical servers with the cloudXXXX naming scheme | [6] |
eqiad | Cloud VPS eqiad1 capacity | grafana | capacity planning | [7] |
eqiad | labstore1004/labstore1005 | grafana | load & general metrics | [8] |
eqiad | Cloud VPS eqiad1 | grafana | load & general metrics | [9] |
eqiad | Cloud VPS eqiad1 | grafana | internal openstack metrics | [10] |
eqiad | Cloud VPS eqiad1 | grafana | hypervisor metrics from openstack | [11] |
eqiad | Cloud VPS memcache | grafana | cloudservices servers | [12] |
eqiad | Toolforge | grafana | Arturo's metrics | [13] |
eqiad | Cloud HW eqiad | icinga | Icinga group for WMCS in eqiad | [14] |
eqiad | Toolforge, new kubernetes cluster | prometheus/grafana | Generic dashboard for the new Kubernetes cluster | [15] |
eqiad | Toolforge, new kubernetes cluster, namespaces | prometheus/grafana | Per-namspace dashboard for the new Kubernetes cluster | [16] |
eqiad | Toolforge, new kubernetes cluster, ingress | prometheus/grafana | dashboard about the ingress for the new kubernetes cluster | [17] |
eqiad | Toolforge | prometheus/grafana | dashboard showing a table with basic information about all VMs in the tools project | [18] |
Datacenter | What | Mechanism | Comments | Link |