OTEL Prometheus fixes and add'l targets.
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 20s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Successful in 3m38s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Successful in 3m41s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Successful in 5m51s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 14s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Successful in 3m20s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Successful in 3m24s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Failing after 3m36s

This commit is contained in:
2025-10-08 16:06:09 -04:00
parent c660c140a1
commit 4b14349ef7
@@ -104,7 +104,7 @@ receivers:
refresh_interval: "30s"
- job_name: "apprise-api"
static_configs:
- targets: ["apprise:8000"]
- targets: ["apprise-api:8000"]
- job_name: "authelia"
static_configs:
- targets: ["authelia:9959"]
@@ -113,13 +113,16 @@ receivers:
- targets: ["cloudflared-agent-dockflared-tunnel:20119"]
- job_name: "dawarich"
static_configs:
- targets: ["dawarich-app:9394", "dawarich-sidekiq:9394"]
- targets: ["dawarich-app:9394"]
- job_name: "gitea"
static_configs:
- targets: ["gitea:3000"]
- job_name: "immich"
static_configs:
- targets: ["immich-server:8081", "immich-server:8082"]
- job_name: "mongodb"
static_configs:
- targets: ["mongodb-exporter:9216"]
- job_name: "otel-collector"
static_configs:
- targets: ["localhost:8888"]