Compare commits
	
		
			2 Commits
		
	
	
		
			ebcdefd0ca
			...
			6fc4d42d16
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 6fc4d42d16 | |||
| 2e6679b134 | 
							
								
								
									
										8
									
								
								flake.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								flake.lock
									
									
									
										generated
									
									
									
								
							| @@ -49,11 +49,11 @@ | ||||
|         ] | ||||
|       }, | ||||
|       "locked": { | ||||
|         "lastModified": 1748050424, | ||||
|         "narHash": "sha256-RnFEe8mjcaSa5jhEgIcZabuzj3TmflSwt1qK7HBe/4A=", | ||||
|         "lastModified": 1748082420, | ||||
|         "narHash": "sha256-XRJkItGJ6sasT5VzZQp4yeLxWXbaj4pub/F05Wqmtvw=", | ||||
|         "ref": "master", | ||||
|         "rev": "586440fe8d55db3e94ee623180bb65472ca04a29", | ||||
|         "revCount": 10, | ||||
|         "rev": "c620e4a005a03fdcf39b4efe7731ca36c48d4f55", | ||||
|         "revCount": 11, | ||||
|         "type": "git", | ||||
|         "url": "https://git.t-juice.club/torjus/labmon" | ||||
|       }, | ||||
|   | ||||
| @@ -10,7 +10,7 @@ | ||||
|     text = '' | ||||
|       pyroscope.write "local_pyroscope" { | ||||
|         endpoint { | ||||
|           url = "http://localhost:4040"; | ||||
|           url = "http://localhost:4040" | ||||
|         } | ||||
|       } | ||||
|  | ||||
| @@ -20,19 +20,19 @@ | ||||
|  | ||||
|         profiling_config { | ||||
|           profile.process_cpu { | ||||
|             enabled = true; | ||||
|             enabled = true | ||||
|           } | ||||
|           profile.memory { | ||||
|             enabled = true; | ||||
|             enabled = true | ||||
|           } | ||||
|           profile.mutex { | ||||
|             enabled = true; | ||||
|             enabled = true | ||||
|           } | ||||
|           profile.block { | ||||
|             enabled = true; | ||||
|             enabled = true | ||||
|           } | ||||
|           profile.goroutine { | ||||
|             enabled = true; | ||||
|             enabled = true | ||||
|           } | ||||
|         } | ||||
|       } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user