REVERT(otel): remove metrics collection, keep logs/traces only

- Revert to simpler architecture where Prometheus scrapes metrics directly via ServiceMonitors
- OTel Collector only handles logs (filelog) and traces (otlp)
- Remove Target Allocator and metrics-related config
- This reduces complexity and resource usage for home cluster
This commit is contained in:
2026-01-10 00:33:10 +09:00
parent a506ca3f58
commit 9e87e6fbcb
5 changed files with 43 additions and 178 deletions

View File

@@ -3,5 +3,4 @@ kind: Kustomization
resources:
- rbac.yaml
- collector-logs.yaml
- collector-metrics.yaml
- collector.yaml