From d524a9d160946144d061b2227fef52ee7a7c4631 Mon Sep 17 00:00:00 2001 From: Roman Plevka Date: Thu, 14 Nov 2024 22:32:04 +0100 Subject: [PATCH] Update project logo --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b94b7e7..d4dd735 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# rekuper +

+ +

A simple HTTP API with a database, for keeping track of testing lab resource utilization across test atuomation sessions. The utility, `shovel` script is designed to extract the resource information by scraping TSDB (prometheus) metrics and pushing the processed data to `rekuper` database by calling its API endpoints. It can be regularly called by `cron` or spawned as a OSP `cron job` pod. @@ -73,4 +75,4 @@ podman run \ -e REKUPER_DATABASE__USERNAME=postgres \ -e REKUPER_DATABASE__PASSWORD=changeme \ localhost/rekuper:0.1 -``` \ No newline at end of file +```