mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 16:05:06 +01:00 
			
		
		
		
	Trial and Test MetricStore components
This commit is contained in:
		| @@ -4,11 +4,23 @@ | ||||
|     "short-running-jobs-duration": 300, | ||||
|     "resampling": { | ||||
|       "trigger": 30, | ||||
|       "resolutions": [600, 300, 120, 60] | ||||
|       "resolutions": [ | ||||
|         600, | ||||
|         300, | ||||
|         120, | ||||
|         60 | ||||
|       ] | ||||
|     }, | ||||
|     "apiAllowedIPs": ["*"], | ||||
|     "apiAllowedIPs": [ | ||||
|       "*" | ||||
|     ], | ||||
|     "emission-constant": 317 | ||||
|   }, | ||||
|   "cron": { | ||||
|     "commit-job-worker": "2m", | ||||
|     "duration-worker": "5m", | ||||
|     "footprint-worker": "10m" | ||||
|   }, | ||||
|   "archive": { | ||||
|     "kind": "file", | ||||
|     "path": "./var/job-archive" | ||||
| @@ -73,4 +85,4 @@ | ||||
|     }, | ||||
|     "retention-in-memory": "48h" | ||||
|   } | ||||
| } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user