saveoursecrets / sdk

High-level, cross-platform SDK for a local-first, distributed encrypted database that can be used to build password managers, cryptocurrency wallets or other applications that require storing secrets securely.
GNU Affero General Public License v3.0
7 stars 0 forks source link

Integrate prometheus with the self hosted server #588

Open tmpfs opened 3 weeks ago

tmpfs commented 3 weeks ago

https://docs.rs/axum-prometheus/latest/axum_prometheus/

tmpfs commented 3 weeks ago

Implemented in https://github.com/saveoursecrets/sdk/pull/585/commits/0642b141270fb6b381f607a885116a06d6d12072 and fix for the test runner in https://github.com/saveoursecrets/sdk/pull/585/commits/0ec7503a2913b4de8bbe8cedec703eb7956f0c6c

See https://github.com/Ptrskay3/axum-prometheus/issues/65