Skip to content

Commit

Permalink
Update project logo
Browse files Browse the repository at this point in the history
  • Loading branch information
rplevka authored Nov 14, 2024
1 parent 2d027bd commit d524a9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# rekuper
<p align="center">
<img src="https://repository-images.githubusercontent.com/887823256/c3212a2b-0cb9-4cec-9d39-2311757ae063" width="70%" />
</p>
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.

Expand Down Expand Up @@ -73,4 +75,4 @@ podman run \
-e REKUPER_DATABASE__USERNAME=postgres \
-e REKUPER_DATABASE__PASSWORD=changeme \
localhost/rekuper:0.1
```
```

0 comments on commit d524a9d

Please sign in to comment.