|
37 | 37 | prometheus.HistogramOpts{ |
38 | 38 | Name: "agent_sandbox_claim_startup_latency_ms", |
39 | 39 | Help: "End-to-end latency from SandboxClaim creation to Sandbox Ready state in milliseconds.", |
40 | | - // Buckets for latency from 50ms to 4 minutes |
41 | | - Buckets: []float64{50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000, 60000, 120000, 240000}, |
| 40 | + // Buckets for latency from 100ms to 4 minutes |
| 41 | + Buckets: []float64{100, 250, 500, 750, 1000, 1250, 1500, 2000, 2500, 5000, 10000, 30000, 60000, 120000, 240000}, |
42 | 42 | }, |
43 | 43 | []string{"launch_type", "sandbox_template"}, |
44 | 44 | ) |
|
51 | 51 | prometheus.HistogramOpts{ |
52 | 52 | Name: "agent_sandbox_claim_controller_startup_latency_ms", |
53 | 53 | Help: "Latency from controller first observed SandboxClaim to Sandbox Ready state in milliseconds.", |
54 | | - // Buckets for latency from 50ms to 4 minutes |
55 | | - Buckets: []float64{50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000, 60000, 120000, 240000}, |
| 54 | + // Buckets for latency from 100ms to 4 minutes |
| 55 | + Buckets: []float64{100, 250, 500, 750, 1000, 1250, 1500, 2000, 2500, 5000, 10000, 30000, 60000, 120000, 240000}, |
56 | 56 | }, |
57 | 57 | []string{"launch_type", "sandbox_template"}, |
58 | 58 | ) |
|
0 commit comments