Added docker compose for local development

This commit is contained in:
Robin Dittmar
2026-07-10 14:10:06 +02:00
parent 69fb473348
commit 4472bd24e8
3 changed files with 63 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
global:
scrape_interval: 5s
scrape_configs:
- job_name: 'otel-collector'
static_configs:
- targets: ['otel-collector:8889']