Skip to content

Commit d524a9d

Browse files
author
Roman Plevka
authored
Update project logo
1 parent 2d027bd commit d524a9d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# rekuper
1+
<p align="center">
2+
<img src="https://repository-images.githubusercontent.com/887823256/c3212a2b-0cb9-4cec-9d39-2311757ae063" width="70%" />
3+
</p>
24
A simple HTTP API with a database, for keeping track of testing lab resource utilization across test atuomation sessions.
35
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.
46

@@ -73,4 +75,4 @@ podman run \
7375
-e REKUPER_DATABASE__USERNAME=postgres \
7476
-e REKUPER_DATABASE__PASSWORD=changeme \
7577
localhost/rekuper:0.1
76-
```
78+
```

0 commit comments

Comments
 (0)