rico0: prometheus - scrape over https 🤷

This commit is contained in:
Adithya 2024-09-15 16:57:45 +05:30
parent bf432b253f
commit f88b9c41a9
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -32,6 +32,7 @@ in
scrapeConfigs = [
{
job_name = "caddy";
scheme = "https";
metrics_path = "/caddy-metrics";
static_configs = [
{ targets = [ "rico0.labs.adtya.xyz" ]; }