Update laconicd fixturenet script to enable prometheus metrics
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Lint Checks / Run linter (pull_request) Successful in 53s
				
			
		
			
				
	
				Deploy Test / Run deploy test suite (pull_request) Successful in 5m13s
				
			
		
			
				
	
				Webapp Test / Run webapp test suite (pull_request) Successful in 5m30s
				
			
		
			
				
	
				Smoke Test / Run basic test suite (pull_request) Successful in 5m5s
				
			
		
			
				
	
				K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 11m5s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Lint Checks / Run linter (pull_request) Successful in 53s
				
			Deploy Test / Run deploy test suite (pull_request) Successful in 5m13s
				
			Webapp Test / Run webapp test suite (pull_request) Successful in 5m30s
				
			Smoke Test / Run basic test suite (pull_request) Successful in 5m5s
				
			K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 11m5s
				
			This commit is contained in:
		
							parent
							
								
									6ee69623a3
								
							
						
					
					
						commit
						c696c2608e
					
				| @ -102,6 +102,11 @@ if [ "$1" == "clean" ] || [ ! -d "$HOME/.laconicd/data/blockstore.db" ]; then | ||||
|     fi | ||||
|   fi | ||||
| 
 | ||||
|   # Enable telemetry (prometheus metrics: http://localhost:1317/metrics?format=prometheus) | ||||
|   sed -i 's/enabled = false/enabled = true/g' $HOME/.laconicd/config/app.toml | ||||
|   sed -i 's/prometheus-retention-time = 0/prometheus-retention-time = 60/g' $HOME/.laconicd/config/app.toml | ||||
|   sed -i 's/prometheus = false/prometheus = true/g' $HOME/.laconicd/config/config.toml | ||||
| 
 | ||||
|   # Allocate genesis accounts (cosmos formatted addresses) | ||||
|   laconicd add-genesis-account $KEY 100000000000000000000000000aphoton --keyring-backend $KEYRING | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user