Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Stop alerting for slow GitHub webhook filter endpoint calls (#235) | 2024-04-29 | -2/+2 | ||
| | | | | | These are directly forwarded to GitHub with no time-consuming processing done on the site. We would therefore be alerting for GitHub's slowness, which is rather useless. | ||||
* | Updated postgres config from PGTune | 2024-04-29 | -2/+11 | ||
| | |||||
* | Remove fallback service in favour of DNS logging | 2024-04-27 | -14/+0 | ||
| | |||||
* | Log all failed PostgreSQL queries to CoreDNS | 2024-04-27 | -0/+10 | ||
| | |||||
* | Update all secrets to new PostgreSQL service | 2024-04-27 | -1/+1 | ||
| | |||||
* | Upgrade to PostgreSQL 16 and move to databases namespace | 2024-04-27 | -13/+31 | ||
| | |||||
* | Update pixels redis secret | 2024-04-26 | -0/+0 | ||
| | |||||
* | Exclude home and tag views from latency alerts | 2024-04-24 | -2/+2 | ||
| | | | | | These are known issues and we probably won't do anything about them, so stop alerting us about it. | ||||
* | Update black-knight constant key names | 2024-04-18 | -0/+0 | ||
| | |||||
* | Update ContainerOOMEvent alert | 2024-04-17 | -4/+4 | ||
| | |||||
* | Move mongodb to databases namespace | 2024-04-16 | -2/+5 | ||
| | |||||
* | Move Redis to databases namespace | 2024-04-15 | -13/+7 | ||
| | |||||
* | Move Grafana to monitoring namespace | 2024-04-15 | -1/+6 | ||
| | |||||
* | Move Prestashop to Prestashop namespace | 2024-04-15 | -1/+3 | ||
| | |||||
* | Remove pydis-site from nginx p99 report | 2024-04-15 | -1/+1 | ||
| | |||||
* | Move ghost to web namespace | 2024-04-15 | -1/+5 | ||
| | |||||
* | Update Olli targets with new namespaces | 2024-04-15 | -1/+1 | ||
| | |||||
* | Move olli to monitoring namespace | 2024-04-15 | -0/+1 | ||
| | |||||
* | Move metabase to tooling namespace | 2024-04-15 | -0/+3 | ||
| | |||||
* | Move rTeX to apis namespace | 2024-04-15 | -0/+38 | ||
| | |||||
* | Move pixels to pixels namespace | 2024-04-15 | -0/+7 | ||
| | | | | Also add a pull secret for the new namespace | ||||
* | Move blackbox to databases ns | 2024-04-15 | -1/+3 | ||
| | |||||
* | Move pinnwand to web | 2024-04-15 | -0/+4 | ||
| | |||||
* | Move public stats | 2024-04-15 | -0/+2 | ||
| | |||||
* | Move site namespace | 2024-04-15 | -0/+4 | ||
| | |||||
* | Move API services to apis namespace | 2024-04-15 | -0/+7 | ||
| | |||||
* | Move snekbox to new namespace | 2024-04-15 | -0/+3 | ||
| | |||||
* | Move forms to new namespace | 2024-04-15 | -0/+2 | ||
| | |||||
* | Move services to tooling namespace | 2024-04-15 | -0/+8 | ||
| | |||||
* | Remove unused services | 2024-04-15 | -117/+0 | ||
| | |||||
* | Move all bots to designated namespaces | 2024-04-14 | -1/+14 | ||
| | |||||
* | Enable scraping of Loki and Loki Canary pod | 2024-04-10 | -0/+11 | ||
| | | | | | | Adds the necessary Pod annotations (prometheus.io/scrape, etc.) to pods to have Prometheus service discovery automatically pick up on them and start scraping. | ||||
* | Document loki values file | 2024-04-10 | -2/+20 | ||
| | |||||
* | Document alloy values file | 2024-04-10 | -1/+11 | ||
| | |||||
* | Add Loki Helm values | 2024-04-10 | -0/+46 | ||
| | |||||
* | Add Alloy Helm values | 2024-04-10 | -0/+69 | ||
| | |||||
* | Add logging documentation | 2024-04-10 | -0/+25 | ||
| | |||||
* | Add /tmp volume to Grafana for plugin install | 2024-04-10 | -0/+5 | ||
| | |||||
* | Add Explore Logs plugin to Grafana | 2024-04-10 | -0/+3 | ||
| | |||||
* | Bump Grafana and enable new features | 2024-04-10 | -2/+2 | ||
| | |||||
* | Expand permission checks for Grafana | 2024-04-10 | -1/+1 | ||
| | |||||
* | Remove custom postgres-exporter queries | 2024-04-09 | -11/+0 | ||
| | | | | These feature has been deprecated by postgres-exporter, and the only query currently defined in our file didn't work anyway. | ||||
* | Enable sticky session cookie for AlertManager | 2024-04-09 | -0/+5 | ||
| | | | | Add a session cookie to AlertManager to always route requests to the same instance | ||||
* | Exclude HTTP 444 from 4XX alerts as it is manually sent | 2024-04-04 | -1/+1 | ||
| | |||||
* | Return HTTP 444 on HEAD requests to pinnwand | 2024-04-04 | -0/+5 | ||
| | | | | This is a special code handled by NGINX to close the connection | ||||
* | enable some grafana feature flags | 2024-04-02 | -1/+1 | ||
| | |||||
* | fix EOF in django alerts file | 2024-04-02 | -1/+1 | ||
| | |||||
* | update routing configuration for alertmanager | 2024-04-02 | -1/+9 | ||
| | |||||
* | update alert priorities | 2024-04-02 | -5/+15 | ||
| | |||||
* | Increase KubernetesNodeCordoned wait duration | 2024-04-01 | -2/+2 | ||
| |