PERF(observability): remove CPU limits for stability
- Remove CPU limits from all observability components - Prevents CPU throttling issues across monitoring stack
This commit is contained in:
@@ -17,13 +17,12 @@ replicas: 1
|
||||
# Tempo Configuration
|
||||
# =============================================================================
|
||||
tempo:
|
||||
# Resource settings (VPA lowerBound/target)
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
limits:
|
||||
cpu: 15m
|
||||
memory: 109Mi
|
||||
# Receivers - protocols Tempo accepts
|
||||
receivers:
|
||||
|
||||
Reference in New Issue
Block a user