doing initial data population of prometheus so that it doesn't enter zero values on startup

This commit is contained in:
2023-09-26 21:14:33 -04:00
parent 147ef10c01
commit 8f36fc3f15
3 changed files with 54 additions and 20 deletions

13
homepage.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Plex Data Exporter</title>
</head>
<body>
<h1>Hello, you have reached the homepage of a prometheus/jsonapi plex exporter!</h1>
<br />
<div>You most likely want to configure prometheus to hit this server at the <b>/metrics</b> route to pull data.</div>
<br />
<div>Or you can use grafana JSONAPI plugin to pull ephemeral text data from <b>/plex-stats</b>.</div>
</body>
</html>