prod-ingress
Latest v14 · 12 collectors targeted by env=production,role=ingress
| Instance UID | Status | Health | Config Hash | Last Seen |
|---|---|---|---|---|
| Loading… | ||||
| Config Hash | Size | Created By | Created | Status |
|---|---|---|---|---|
| Loading… | ||||
| Started | Version | Strategy | Result | |
|---|---|---|---|---|
| 6m ago | v14 | 10% → 50% → 100% | rolling | |
| 2d ago | v13 | 50% → 100% | 42/42 | |
| 4d ago | v12 | 10% | rolled back · 4/42 |
# prod-ingress.yaml · v14
receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
processors:
batch:
timeout: 200ms
send_batch_size: 4096
send_batch_max_size: 4096
memory_limiter:
check_interval: 1s
limit_mib: 1500
exporters:
otlp:
endpoint: your-backend:4317
service:
pipelines:
traces:
receivers: [otlp]
processors: [memory_limiter, batch]
exporters: [otlp]
Source
This configuration is backed by GitHub. Changes flow through pull requests in otel-configs/main.
otel-configs/main
configs/prod-ingress.yaml
Rollout strategy
Default plan when applying new versions to targeted collectors.