diff --git a/app-configs/rinoa/gitea/conf/app.ini.j2 b/app-configs/rinoa/gitea/conf/app.ini.j2 index 42b31d5..8bcf80f 100644 --- a/app-configs/rinoa/gitea/conf/app.ini.j2 +++ b/app-configs/rinoa/gitea/conf/app.ini.j2 @@ -123,3 +123,6 @@ ENABLED = true [webhook] ALLOWED_HOST_LIST = private,104.21.1.234,172.67.152.146 SKIP_TLS_VERIFY = true + +[metrics] +ENABLED = true \ No newline at end of file diff --git a/app-configs/rinoa/signoz/common/otel/otel-collector-config.yaml.j2 b/app-configs/rinoa/signoz/common/otel/otel-collector-config.yaml.j2 index de33e37..523efdb 100644 --- a/app-configs/rinoa/signoz/common/otel/otel-collector-config.yaml.j2 +++ b/app-configs/rinoa/signoz/common/otel/otel-collector-config.yaml.j2 @@ -98,11 +98,34 @@ receivers: global: scrape_interval: 60s scrape_configs: - - job_name: otel-collector + - job_name: "rinoa-containers" + docker_sd_configs: + - host: unix:///var/run/docker.sock + - host_networking_host: "rinoa" + - job_name: "apprise-api" + static_configs: + - targets: ["apprise:8000"] + - job_name: "authelia" + static_configs: + - targets: ["authelia:9959"] + - job_name: "cloudflared" + static_configs: + - targets: ["cloudflared-agent-dockflared-tunnel:20119"] + - job_name: "dawarich" + static_configs: + - targets: ["dawarich-app:9394", "dawarich-sidekiq:9394"] + - job_name: "gitea" + static_configs: + - targets: ["gitea:3000"] + - job_name: "immich" + static_configs: + - targets: ["immich-server:8081", "immich-server:8082"] + - job_name: "otel-collector" static_configs: - targets: ["localhost:8888"] - labels: - job_name: otel-collector + - job_name: "scraparr" + static_configs: + - targets: ["scraparr:7100"] processors: batch: