Rename to osrs-prometheus-exporter

This commit is contained in:
Daan Boerlage 2023-04-06 02:22:52 +02:00
parent aeaaa4e3a5
commit af1c8335df
Signed by: daan
GPG key ID: FCE070E1E4956606
3 changed files with 5 additions and 4 deletions

View file

@ -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"

View file

@ -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"]

View file

@ -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.