From e6f2f5ec24256eb5b4bf52110b8bb7d41f478d25 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 8 Oct 2025 07:10:27 -0400 Subject: [PATCH] Adding service scrape targets in Signoz OTEL collector. --- .../common/otel/otel-collector-config.yaml.j2 | 29 +++++++++++++++++-- 1 file changed, 26 insertions(+), 3 deletions(-) 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: