- Feb 04, 2022
-
-
Florian Sesser authored
Besides migrating all charts to the faster and more capable Grafana 8 TimeSeries charting tool this mainly introduces two panels to view the logs of PaymentServer. It has some naive and minimal filtering in place to only show lines that are not caused by the metrics gathering itself or that I just deemed to be OK (like "GET" requests) so we hopefully catch those dreaded "Unexpected Exception" lines. Fixes privatestorageops#207.
-
- Feb 02, 2022
-
-
Florian Sesser authored
-
Florian Sesser authored
This is my latest version of this, updated to work with the packages in NixOS 21.05.
-
- Jan 18, 2022
-
-
Florian Sesser authored
Thanks to @jcalderone for the suggestion!
-
- Jan 13, 2022
-
-
Florian Sesser authored
Fixes privatestorageops#408
-
- Nov 12, 2021
-
-
Florian Sesser authored
This adds a detailed dashboard for tahoe-lafs running on one node.
-
- Nov 03, 2021
-
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
Copy everything from how the issuer does it.
-
Florian Sesser authored
-
Florian Sesser authored
literalExample is deprecated and overused. See: https://whetstone.privatestorage.io/privatestorage/PrivateStorageio/-/merge_requests/201#note_16966
-
Florian Sesser authored
Thanks for the suggestion @jcalderone!
-
- Oct 25, 2021
-
-
Florian Sesser authored
-
- Oct 21, 2021
-
-
Florian Sesser authored
-
Florian Sesser authored
-
- Oct 15, 2021
-
-
Florian Sesser authored
Response time, probe fails and TLS expiry incl. alerts.
-
Florian Sesser authored
The Blackbox exporter can be used to check whether some services do answer; We'll use it for our HTTPS endpoints. Especially handy is it's checking for TLS cert expiry.
-
- Oct 14, 2021
-
-
Florian Sesser authored
This change reflects my intention of having an alert fire when a node is not scrapable for five minutes or longer. I hadn't understood the default avg() function well enough before, yielding an alert that would fire too soon (i.e. any time a node was down, even only one minute for a reboot).
-
- Oct 10, 2021
-
-
Florian Sesser authored
Fixes privatestorageops#358.
-
Florian Sesser authored
-
- Oct 02, 2021
-
-
Tom Prince authored
-
- Oct 01, 2021
-
-
Florian Sesser authored
This changes the Throughput graph to be relative, changes its unit to Bit/s, and fixes the labels of the Network pkt/s graph. Fixes privatestorageops#24.
-
Florian Sesser authored
Fixes privatestorageops#355.
-
- Sep 30, 2021
-
-
Florian Sesser authored
-
Florian Sesser authored
Epiphany: Systemd reads more than a single environment file. This lets me improve the file naming much.
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
Unfortunately still prints a bold warning on deployment.
-
- Sep 29, 2021
-
-
Florian Sesser authored
This will store the supposedly secret URL in the Nix Store and print a honking big warning about it.
-
- Sep 28, 2021
-
-
Florian Sesser authored
-
Florian Sesser authored
Only dashboards in this dir
-
- Sep 27, 2021
-
-
Florian Sesser authored
... to be in sync with https://github.com/PrivateStorageio/PaymentServer/pull/98
-
- Aug 19, 2021
-
-
Florian Sesser authored
I hadn't understood: The PaymentServer turns 16 vouchers into 50 k ZKAPs. So far, we don't have a metric for used up ZKAPs. Also, since the dashboard is already a full browser page and only handling payment, I rename the services dashboard to payment dashboard.
-
- Aug 17, 2021
-
-
Florian Sesser authored
Fixes privatestorageops#349.
-
Florian Sesser authored
-
- Aug 02, 2021
-
-
Florian Sesser authored
We have to explicitely add the port number so the relabel config can strip it out again. Else, `instance' seems to get its value from somewhere else - somewhere our relabel config does not look at.
-
Florian Sesser authored
-
- Jul 17, 2021
-
-
Florian Sesser authored
-
Florian Sesser authored
This commit does not change the semantics, only the looks.
-
- Jul 16, 2021
-
-
Jean-Paul Calderone authored
At least it's easy to turn on
-