Skip to content

Commit

Permalink
Merge branch 'main' of github.com:DazWilkin/koyeb-exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
DazWilkin committed Jul 11, 2023
2 parents f0eddc8 + 52ccf67 commit 04e6920
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![build-container](https://github.com/DazWilkin/koyeb-exporter/actions/workflows/build.yml/badge.svg)](https://github.com/DazWilkin/koyeb-exporter/actions/workflows/build.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/DazWilkin/koyeb-exporter)](https://goreportcard.com/report/github.com/DazWilkin/koyeb-exporter)

+ `ghcr.io/dazwilkin/koyeb-exporter:eec8d70dd58735a9eda8c68f8f986bfab56df20b`
+ `ghcr.io/dazwilkin/koyeb-exporter:43e214e461d358dc898a0a717e82f602e6e3d9c9`

Exports Koyeb (Apps, Deployments, Instances) to enable e.g. (Prometheus) Alerting on Koyeb resource consumption ($$$).

Expand All @@ -19,7 +19,7 @@ PORT="..."
podman run \
--interactive --tty --rm \
--env=TOKEN=${TOKEN} \
ghcr.io/dazwilkin/koyeb-exporter:eec8d70dd58735a9eda8c68f8f986bfab56df20b \
ghcr.io/dazwilkin/koyeb-exporter:43e214e461d358dc898a0a717e82f602e6e3d9c9 \
--endpoint=":${PORT} \
--path=/metrics
```
Expand Down Expand Up @@ -68,7 +68,7 @@ See [`rules.yml`](/rules.yml)
```bash
cosign verify \
--key=./cosign.pub \
ghcr.io/dazwilkin/koyeb-exporter:eec8d70dd58735a9eda8c68f8f986bfab56df20b
ghcr.io/dazwilkin/koyeb-exporter:43e214e461d358dc898a0a717e82f602e6e3d9c9
```
> **NOTE** `cosign.pub` may be downloaded [here](./cosign.pub)
Expand Down

0 comments on commit 04e6920

Please sign in to comment.