You've already forked postgres_exporter
							
							
				mirror of
				https://github.com/prometheus-community/postgres_exporter.git
				synced 2025-11-03 07:53:12 +03:00 
			
		
		
		
	More debugging.
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
#!/bin/bash -x
 | 
					#!/bin/bash
 | 
				
			||||||
# Script to setup the assets clone of the repository using GIT_ASSETS_BRANCH and
 | 
					# Script to setup the assets clone of the repository using GIT_ASSETS_BRANCH and
 | 
				
			||||||
# GIT_API_KEY.
 | 
					# GIT_API_KEY.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,7 +3,9 @@
 | 
				
			|||||||
# output by the exporter and then build lists of added/removed metrics.
 | 
					# output by the exporter and then build lists of added/removed metrics.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
old_src="$1"
 | 
					old_src="$1"
 | 
				
			||||||
[ ! -e "$old_src" ] && exit 1
 | 
					if [ ! -d "$old_src" ] ; then
 | 
				
			||||||
 | 
					    mkdir -p "$old_src"
 | 
				
			||||||
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function generate_add_removed() {
 | 
					function generate_add_removed() {
 | 
				
			||||||
    type="$1"
 | 
					    type="$1"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user