- Dec 23, 2023
-
-
Evangelos Foutras authored
-
- Nov 04, 2023
-
-
Evangelos Foutras authored
The last hunk which I applied manually incorrectly retained its pluses. Fixes: 825a0c92 ("grafana: rebase grafana.ini to grafana 10.2.0-1")
-
Evangelos Foutras authored
Also add script to make rebasing easier.
-
- Sep 22, 2023
-
-
Evangelos Foutras authored
The archive is too chonky to fit in 10T so the storage box is now 20T. The expression "2^40 * ceil(hetzner_storage_box_size_bytes / 2^40)" is used to round up hetzner_storage_box_size_bytes to the next TB because when we do "df" on the storage box, the total blocks exclude snapshots.
-
- Sep 02, 2023
-
-
Evangelos Foutras authored
-
- Aug 13, 2023
-
-
Mario Oenning authored
Add timeseries visualizations for number of requests by status and type. Convert "graph" vis. types to "timeseries" for Users and Packages. ("graph" is deprecated) Signed-off-by:
moson <moson@archlinux.org>
-
- Aug 12, 2023
-
-
Evangelos Foutras authored
-
- Aug 04, 2023
-
-
Mario Oenning authored
Rename "search_requests_total" to "aur_search_requests_total" Related MR: aurweb!743 Signed-off-by:
moson <moson@archlinux.org>
-
- Jul 08, 2023
-
-
Mario Oenning authored
* Remove API Requests panel (no values; replaced by goaurrpc dashboard) * Add panel to visualize new metrics for search requests * Set default timespan to 1 day (from 30d) Ref: aurweb@814ccf6b Signed-off-by:
moson <moson@archlinux.org>
-
- Jul 06, 2023
-
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
- Jun 29, 2023
-
-
Evangelos Foutras authored
-
- Jun 28, 2023
-
-
Mario Oenning authored
Add panel to visualize how many requests end up being rate-limited Signed-off-by:
moson-mo <mo-son@mailbox.org>
-
- Jun 25, 2023
-
-
Jelle van der Waa authored
-
- May 18, 2023
-
-
Evangelos Foutras authored
-
- Apr 09, 2023
-
-
Evangelos Foutras authored
Seems with keycloak-metrics-spi 3.0.0 all metric names end in _total.
-
Evangelos Foutras authored
-
- Mar 18, 2023
-
-
Evangelos Foutras authored
Also stop using oauth_auto_login and switch to provider specific auto_login option.
-
- Feb 11, 2023
-
-
Evangelos Foutras authored
-
- Dec 04, 2022
-
-
Evangelos Foutras authored
-
- Nov 19, 2022
-
-
Jan Alexander Steffens (heftig) authored
Copy the latest dashboard from upstream, fixing the graphs.
-
- Nov 12, 2022
-
-
Evangelos Foutras authored
From [1]: "By default, the new Quarkus distribution removes /auth from the context-path." [1] https://www.keycloak.org/migration/migrating-to-quarkus
-
- Nov 06, 2022
-
-
Evangelos Foutras authored
-
Evangelos Foutras authored
-
- Oct 24, 2022
-
-
Evangelos Foutras authored
Using an inline statement eats the blank line after it; to overcome this switch to an inline expression, which also happens to be easier to read.
-
Evangelos Foutras authored
- enable_gzip: grafana listens on localhost, nginx handles compression - admin_user: initial admin creation is disabled in our config - strict_transport_security: the same header is set by nginx - strict_transport_security_max_age_seconds: unused without the above
-
Evangelos Foutras authored
-
- Oct 22, 2022
-
-
* Show totals for the last 24 hours (instead of all time) * Add total search requests pie chart Signed-off-by:
moson-mo <mo-son@mailbox.org>
-
Kristian Klausen authored
Symlinking home.json to archive.json causes a duplicate, as both dashboards have the same uid, and Grafana won't keep the dashboards updated when there are duplicates[1]. Instead just change default_home_dashboard_path to point to the archive.json dashboard. [1] "dashboards provisioning provider has no database write permissions because of duplicates"
-
- Oct 21, 2022
-
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org> Co-authored-by:
Kristian Klausen <kristian@klausen.dk> Co-authored-by:
moson-mo <mo-son@mailbox.org>
-
- Sep 21, 2022
-
-
Evangelos Foutras authored
-
- Sep 14, 2022
-
-
Evangelos Foutras authored
-
- Aug 29, 2022
-
-
Evangelos Foutras authored
Fixes: 26f289b7 ("Capitalize the first letter of all task names")
-
- Aug 23, 2022
-
-
Evangelos Foutras authored
ansible-lint 6.5.0 complains about: name: All names should start with an uppercase letter. (name[casing])
-
- Aug 18, 2022
-
-
Evangelos Foutras authored
-
- Aug 16, 2022
-
-
Jelle van der Waa authored
-
- Aug 12, 2022
-
-
Evangelos Foutras authored
-
- Aug 10, 2022
-
-
Leonidas Spyropoulos authored
http_requests_total contains requests from debuginfo.al.org host as well as from aur.al.org so filter them on job 'aurweb' Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
- Jul 02, 2022
-
-
Evangelos Foutras authored
-
- Jun 08, 2022
-
-
Evangelos Foutras authored
These are used to signal the start of the document in a stream of many documents. As Ansible only supports one YAML document per file this is unnecessary. About a third of our YAML documents already lacked these.
-
- Jun 04, 2022
-
-
Evangelos Foutras authored
-