Commit graph

132 commits

Author SHA1 Message Date
Inex Code 22d4604dd8 style: formatting 2024-07-30 16:54:13 +03:00
Inex Code 158b4ca50d fix: tests 2024-07-30 16:39:05 +03:00
Inex Code d97a3954f0 fix: key error 2024-07-30 15:49:54 +03:00
Inex Code 806c3052ff fix: Take swap into account when counting service RAM usage metrics 2024-07-30 15:22:23 +03:00
Inex Code 5755fbba48 refactor: Rename id to metric_id as some client caches values by id again 2024-07-30 06:56:46 +03:00
Inex Code 959597be5f fix: Do not include unused devices in disk metrics 2024-07-29 19:12:34 +03:00
Inex Code 36c685eaf2 fix: bugs 2024-07-29 19:10:06 +03:00
Inex Code ab4920dd3a fix: zero offsets 2024-07-29 18:53:45 +03:00
Inex Code 60ce3b773d chore: Also show a query when prometheus fails 2024-07-29 18:50:23 +03:00
Inex Code 021208a4d6 chore: Show the response text when prometheus request fails 2024-07-29 18:42:43 +03:00
Inex Code f83f5e840b feat: Add per-service memory stats 2024-07-29 18:25:21 +03:00
Inex Code 3b518b82f0 refactor: Wrap overall monitoring results to allow more specific reports 2024-07-29 15:53:41 +03:00
Inex Code 7c620d0056 chore: Fix spelling 2024-07-29 14:19:52 +03:00
nhnn 2d07505b4d feat: make query result typed (WIP, tests are broken) 2024-07-27 15:37:38 +03:00
Inex Code a1bbd31833 style: Reformat with new Black version 2024-07-26 23:02:22 +03:00
Inex Code cabb6cca90 chore: Migrate to NixOS 24.05 2024-07-26 23:02:22 +03:00
Inex Code f005e4100c feat: Service configuration (#127)
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api/pulls/127
2024-07-26 18:39:12 +03:00
nhnn e9e4cf680b feat: add option to filter logs by unit or slice 2024-07-26 18:39:12 +03:00
dettlaff ae2686e799 fix: query to query_range 2024-07-26 16:39:25 +04:00
dettlaff b17b4c2682 fix: rename Prometheus to Monitoring 2024-07-26 16:20:31 +04:00
dettlaff 1dae9046f2 feat: add union type 2024-07-26 15:50:12 +04:00
dettlaff 9a7930bc25 feat: add net usage 2024-07-25 20:01:48 +04:00
Inex Code e0380d149b chore: Review fixes 2024-07-25 16:48:34 +03:00
dettlaff 6f18eefc25 fix: FIX fiIFIxiIXIFiIXi 2024-07-25 00:58:38 +04:00
dettlaff df4a20ebf7 Merge branch 'add_monitoring_prometheus' of git.selfprivacy.org:SelfPrivacy/selfprivacy-rest-api into add_monitoring_prometheus 2024-07-24 21:04:42 +04:00
dettlaff 470f62bb07 fix: add debug 2024-07-24 21:04:03 +04:00
nhnn fc5c85e81a fix: typo in PrometheusQueries._send_query 2024-07-24 06:01:41 +03:00
dettlaff e8e60be3bb fix: fix 2024-07-24 05:04:29 +04:00
dettlaff 73f4915294 Merge remote-tracking branch 'origin/master' into add_monitoring_prometheus 2024-07-24 04:39:43 +04:00
dettlaff b1d83f16f8 fix: change resultType not result_type 2024-07-23 16:28:55 +04:00
dettlaff f357607f68 fix: upd disks query 2024-07-16 06:41:06 +04:00
nhnn 092b8deb9c fix: docs should use datetime too 2024-07-15 17:20:05 +03:00
nhnn 3bddfb15c4 fix: use GraphQL DateTime type for start and end arguments in monitoring.py 2024-07-15 17:16:24 +03:00
nhnn 2797b0b331 style: add self to make sure python isnt confused and format code 2024-07-15 17:00:36 +03:00
Inex Code 5c5e098bab style: do not break line before logic operator 2024-07-15 17:02:34 +04:00
nhnn a24e36fa01 fix: use query_range 2024-07-14 20:03:03 +03:00
nhnn 8114d1580a fix: typo, prometheus uses camelCase 2024-07-13 22:14:42 +03:00
nhnn eca1bc78ba fix: change _send_query to make use of 'data' field in response of prometheus 2024-07-13 22:04:02 +03:00
nhnn 94b0276f74 fix: extract business logic to utils/systemd_journal.py 2024-07-13 11:58:54 +03:00
nhnn 4bf206ad48 fix: dicts are indexed via [] 2024-07-10 17:18:55 +03:00
nhnn aa2a7ff3aa style: format files with black & rearrange imports 2024-07-10 15:53:56 +03:00
nhnn 0834360961 feat: add memory and cpu metrics 2024-07-08 18:18:07 +03:00
nhnn c34551014f fix: refactor utils/prometheus.py 2024-07-08 18:00:49 +03:00
dettlaff 3de0952c3f tests: add 2024-07-07 16:33:15 +04:00
Inex Code a7be03a6d3 refactor: Remove setting KEA
This is already done via NixOS config
2024-07-04 18:49:17 +04:00
Houkime 9bfffcd820 feature(jobs): job update generator 2024-07-04 17:19:25 +03:00
Houkime 6510d4cac6 feature(redis): enable key space notifications by default 2024-07-04 17:19:25 +03:00
Houkime f08dc3ad23 test(async): pubsub 2024-07-04 17:19:25 +03:00
Houkime b6118465a0 feature(redis): async connections 2024-07-04 17:19:25 +03:00
Maxim Leshchenko 5602c96056 feat(services): rename "sda1" to "system disk" and etc (#122)
Closes #51

Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api/pulls/122
Reviewed-by: Inex Code <inex.code@selfprivacy.org>
Co-authored-by: Maxim Leshchenko <cnmaks90@gmail.com>
Co-committed-by: Maxim Leshchenko <cnmaks90@gmail.com>
2024-06-27 17:41:46 +03:00