Adding service scrape targets in Signoz OTEL collector. #66

Merged
gitea-sonarqube-bot merged 2 commits from signoz-otel-prometheus-scrape-configs_2025-10-07T18-01-17 into main 2025-10-08 07:17:21 -04:00
2 changed files with 29 additions and 3 deletions
+3
View File
@@ -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
@@ -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: