From bdd2188c15d6a98d77148ed99cd404426638ae62 Mon Sep 17 00:00:00 2001 From: Roman Plevka Date: Thu, 14 Nov 2024 22:33:35 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4dd735..c48ada0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

-A simple HTTP API with a database, for keeping track of testing lab resource utilization across test atuomation sessions. +ЯƎKUPER is a simple Flask app that provides 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. ```mermaid