Rename to osrs-prometheus-exporter
This commit is contained in:
parent
aeaaa4e3a5
commit
af1c8335df
3 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "osrs-playercount"
|
name = "osrs-prometheus-exporter"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
||||||
COPY ${CI_WORKSPACE}/target/release/osrs-playercount /bootstrap
|
COPY ${CI_WORKSPACE}/target/release/osrs-prometheus-exporter /bootstrap
|
||||||
|
EXPOSE 3030
|
||||||
CMD ["/bootstrap"]
|
CMD ["/bootstrap"]
|
|
@ -1,6 +1,6 @@
|
||||||
[![status-badge](https://woodpecker.boerlage.me/api/badges/daan/osrs-playercount-exporter/status.svg)](https://woodpecker.boerlage.me/daan/osrs-playercount-exporter)
|
[![status-badge](https://woodpecker.boerlage.me/api/badges/daan/osrs-prometheus-exporter/status.svg)](https://woodpecker.boerlage.me/daan/osrs-prometheus-exporter)
|
||||||
|
|
||||||
# OSRS Player Count Exporter
|
# OSRS Prometheus Exporter
|
||||||
|
|
||||||
Exposes a prometheus `/metrics` endpoint with oldschool runescape word player count data.
|
Exposes a prometheus `/metrics` endpoint with oldschool runescape word player count data.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue