mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	Increase range of job_sync_duration_seconds
Change-Id: I7ed4b006faecf0a7e6e583c42b4d6bc4b786a164
This commit is contained in:
		@@ -38,7 +38,7 @@ var (
 | 
				
			|||||||
			Name:           "job_sync_duration_seconds",
 | 
								Name:           "job_sync_duration_seconds",
 | 
				
			||||||
			Help:           "The time it took to sync a job",
 | 
								Help:           "The time it took to sync a job",
 | 
				
			||||||
			StabilityLevel: metrics.STABLE,
 | 
								StabilityLevel: metrics.STABLE,
 | 
				
			||||||
			Buckets:        metrics.ExponentialBuckets(0.001, 2, 15),
 | 
								Buckets:        metrics.ExponentialBuckets(0.004, 2, 15),
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
		[]string{"completion_mode", "result", "action"},
 | 
							[]string{"completion_mode", "result", "action"},
 | 
				
			||||||
	)
 | 
						)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -384,8 +384,6 @@
 | 
				
			|||||||
  - completion_mode
 | 
					  - completion_mode
 | 
				
			||||||
  - result
 | 
					  - result
 | 
				
			||||||
  buckets:
 | 
					  buckets:
 | 
				
			||||||
  - 0.001
 | 
					 | 
				
			||||||
  - 0.002
 | 
					 | 
				
			||||||
  - 0.004
 | 
					  - 0.004
 | 
				
			||||||
  - 0.008
 | 
					  - 0.008
 | 
				
			||||||
  - 0.016
 | 
					  - 0.016
 | 
				
			||||||
@@ -399,6 +397,8 @@
 | 
				
			|||||||
  - 4.096
 | 
					  - 4.096
 | 
				
			||||||
  - 8.192
 | 
					  - 8.192
 | 
				
			||||||
  - 16.384
 | 
					  - 16.384
 | 
				
			||||||
 | 
					  - 32.768
 | 
				
			||||||
 | 
					  - 65.536
 | 
				
			||||||
- name: job_syncs_total
 | 
					- name: job_syncs_total
 | 
				
			||||||
  subsystem: job_controller
 | 
					  subsystem: job_controller
 | 
				
			||||||
  help: The number of job syncs
 | 
					  help: The number of job syncs
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user