| 
									
										
										
										
											2019-05-06 16:44:06 -07:00
										 |  |  | #!/usr/bin/env bash
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | SOLANA_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")"/../.. || exit 1; pwd)" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-10 08:33:58 -07:00
										 |  |  | export SOLANA_METRICS_CONFIG="host=http://localhost:8086,db=testnet,u=admin,p=admin" | 
					
						
							| 
									
										
										
										
											2019-05-06 16:44:06 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | # shellcheck source=scripts/configure-metrics.sh | 
					
						
							|  |  |  | source "$SOLANA_ROOT"/scripts/configure-metrics.sh | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | echo Local metrics enabled |