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 
			
		
		
		
	Merge pull request #665 from prometheus-community/superq/0.11.0
Release v0.11.0
This commit is contained in:
		@@ -63,16 +63,28 @@ workflows:
 | 
			
		||||
            - cimg/postgres:14.1
 | 
			
		||||
    - prometheus/build:
 | 
			
		||||
        name: build
 | 
			
		||||
        parallelism: 3
 | 
			
		||||
        promu_opts: "-p linux/amd64 -p windows/amd64 -p linux/arm64 -p darwin/amd64 -p darwin/arm64 -p linux/386"
 | 
			
		||||
        filters:
 | 
			
		||||
          tags:
 | 
			
		||||
            only: /.*/
 | 
			
		||||
            ignore: /^v.*/
 | 
			
		||||
          branches:
 | 
			
		||||
            ignore: /^(main|master|release-.*|.*build-all.*)$/
 | 
			
		||||
    - prometheus/build:
 | 
			
		||||
        name: build_all
 | 
			
		||||
        parallelism: 12
 | 
			
		||||
        filters:
 | 
			
		||||
          branches:
 | 
			
		||||
            only: /^(main|master|release-.*|.*build-all.*)$/
 | 
			
		||||
          tags:
 | 
			
		||||
            only: /^v.*/
 | 
			
		||||
    - prometheus/publish_master:
 | 
			
		||||
        context: org-context
 | 
			
		||||
        docker_hub_organization: prometheuscommunity
 | 
			
		||||
        quay_io_organization: prometheuscommunity
 | 
			
		||||
        requires:
 | 
			
		||||
        - test
 | 
			
		||||
        - build
 | 
			
		||||
        - build_all
 | 
			
		||||
        filters:
 | 
			
		||||
          branches:
 | 
			
		||||
            only: master
 | 
			
		||||
@@ -82,7 +94,7 @@ workflows:
 | 
			
		||||
        quay_io_organization: prometheuscommunity
 | 
			
		||||
        requires:
 | 
			
		||||
        - test
 | 
			
		||||
        - build
 | 
			
		||||
        - build_all
 | 
			
		||||
        filters:
 | 
			
		||||
          tags:
 | 
			
		||||
            only: /^v.*/
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										10
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								CHANGELOG.md
									
									
									
									
									
								
							@@ -1,7 +1,15 @@
 | 
			
		||||
## master / unreleased
 | 
			
		||||
 | 
			
		||||
* [CHANGE] pg_stat_bgwriter counter metrics had the `_total` suffix added #556
 | 
			
		||||
## 0.11.0 / 2022-07-28
 | 
			
		||||
 | 
			
		||||
NOTE: pg_stat_bgwriter counter metrics had the `_total` suffix added #556
 | 
			
		||||
 | 
			
		||||
* [CHANGE] refactor pg_stat_bgwriter metrics into standalone collector #556
 | 
			
		||||
* [FEATURE] Add pg_database collector #613
 | 
			
		||||
* [ENHANCEMENT] Add pg_database_size_bytes metric #613
 | 
			
		||||
* [BUGFIX] Avoid parsing error from bogus Azure Flexible Server custom GUC #587
 | 
			
		||||
* [BUGFIX] Fix pg_stat_archiver error in 9.4 and earlier. #599
 | 
			
		||||
* [BUGFIX] Sanitize setting values because of Aurora irregularity #620
 | 
			
		||||
 | 
			
		||||
## 0.10.1 / 2022-01-14
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user