Commit Graph

3 Commits

Author SHA1 Message Date
328d952cc1 FIX(otel): increase metrics collector memory to 1Gi
- OTel metrics collector pods were OOMKilled with 512Mi limit
- Increased memory requests to 512Mi and limits to 1Gi
2026-01-10 01:18:18 +09:00
8ce6f95d92 FIX(otel): use statefulset mode for metrics collector
- Change from deployment to statefulset mode
- Target Allocator requires statefulset (not deployment)
2026-01-10 00:01:22 +09:00
5b70f19b12 REFACTOR(otel): split collector into logs and metrics
- Create otel-logs (DaemonSet) for logs and traces collection
- Create otel-metrics (Deployment+TA) for metrics collection
- Use consistent-hashing strategy for full target coverage
- Remove old unified collector.yaml
2026-01-09 23:50:21 +09:00