1- ## v0.9.0
1+ ## v0.9.0 / 2021-03-01
22
33First release under the Prometheus Community organisation.
44
@@ -16,7 +16,7 @@ First release under the Prometheus Community organisation.
1616* [ BUGFIX] Don't retry if an error occurs #426
1717* [ BUGFIX] Do not panic on incorrect env #457
1818
19- ## v0.8.0
19+ ## v0.8.0 / 2019-11-25
2020
2121* Add a build info metric (#323 )
2222* Re-add pg_stat_bgwriter metrics which were accidentally removed in the previous version. (resolves #336 )
@@ -29,7 +29,7 @@ First release under the Prometheus Community organisation.
2929 - added current database name to metrics because any database in cluster maybe have the same table names
3030 - added "master" field for query instance metrics.
3131
32- ## v0.7.0
32+ ## v0.7.0 / 2019-11-01
3333
3434Introduces some more significant changes, hence the minor version bump in
3535such a short time frame.
@@ -42,7 +42,7 @@ such a short time frame.
4242* Don't stop generating fingerprint while encountering value with "=" sign (#318 )
4343 (may resolve problems with passwords and special characters).
4444
45- ## v0.6.0
45+ ## v0.6.0 / 2019-10-30
4646
4747* Add SQL for grant connect (#303 )
4848* Expose pg_current_wal_lsn_bytes (#307 )
@@ -54,11 +54,11 @@ such a short time frame.
5454* Discover only databases that are not templates and allow connections (#297 )
5555* Add --exclude-databases option (#298 )
5656
57- ## v0.5.1
57+ ## v0.5.1 / 2019-07-09
5858
5959* Add application_name as a label for pg_stat_replication metrics (#285 ).
6060
61- ## v0.5.0
61+ ## v0.5.0 / 2019-07-03
6262
6363It's been far too long since I've done a release and we have a lot of accumulated changes.
6464
@@ -71,28 +71,28 @@ It's been far too long since I've done a release and we have a lot of accumulate
7171* Add support for collecting metrics from multiple servers.
7272* PostgreSQL 11 is now supported in the integration tests.
7373
74- ## v0.4.7
74+ ## v0.4.7 / 2018-10-02
7575
7676* Added a query for v9.1 pg_stat_activity.
7777* Add ` --constantLabels ` flag to allow applying fixed constant labels to metrics.
7878* queries.yml: dd pg_statio_user_tables.
7979* Support 'B' suffix in units.
8080
81- ## v0.4.6
81+ ## v0.4.6 / 2018-04-15
8282
8383* Fix issue #173 - 32 and 64mb unit sizes were not supported in pg_settings.
8484
85- ## v0.4.5
85+ ## v0.4.5 / 2018-02-27
8686
8787* Add commandline flag to disable default metrics (thanks @hsun-cnnxty )
8888
89- ## v0.4.4
89+ ## v0.4.4 / 2018-03-21
9090
9191* Bugfix for 0.4.3 which broke pg_up (it would always be 0).
9292* pg_up is now refreshed based on database Ping() every scrape.
9393* Re-release of 0.4.4 to fix version numbering.
9494
95- ## v0.4.2
95+ ## v0.4.2 / 2018-02-19
9696
9797* Adds the following environment variables for overriding defaults:
9898 * ` PG_EXPORTER_WEB_LISTEN_ADDRESS `
@@ -102,13 +102,13 @@ It's been far too long since I've done a release and we have a lot of accumulate
102102* Add Content-Type to HTTP landing page.
103103* Fix Makefile to produce .exe binaries for Windows.
104104
105- ## v0.4.1
105+ ## v0.4.1 / 2017-11-30
106106
107107* No code changes to v0.4.0 for the exporter.
108108* First release switching to tar-file based distribution.
109109* First release with Windows and Darwin cross-builds.\\
110110
111- ## v0.4.0
111+ ## v0.4.0 / 2017-11-29
112112
113113* Fix panic due to inconsistent label cardinality when using queries.yaml with
114114 queries which return extra columns.
@@ -118,28 +118,28 @@ It's been far too long since I've done a release and we have a lot of accumulate
118118 Ping() the PG instance before a scrape.
119119* Fix broken link in landing page for ` /metrics `
120120
121- ## v0.3.0
121+ ## v0.3.0 / 2017-10-23
122122
123123* Add support for PostgreSQL 10.
124124
125- ## v0.2.3
125+ ## v0.2.3 / 2017-09-07
126126
127127* Add support for the 16kB unit when decoding pg_settings. (#101 )
128128
129- ## v0.2.2
129+ ## v0.2.2 / 2017-08-04
130130
131131* Fix DSN logging. The exporter previously never actually logged the DSN when
132132 database connections failed. This was also masking a logic error which could
133133 potentially lead to a crash when DSN was unparseable, though no actual
134134 crash could be produced in testing.
135135
136- ## v0.2.1
136+ ## v0.2.1 / 2017-06-07
137137
138138* Ignore functions that cannot be executed during replication recovery (#52 )
139139* Add a ` -version ` flag finally.
140140* Add confirmed_flush_lsn to pg_stat_replication.
141141
142- ## v0.2.0
142+ ## v0.2.0 / 2017-04-18
143143
144144* Major change - use pg_settings to retrieve runtime variables. Adds >180
145145 new metrics and descriptions (big thanks to Matt Bostock for this work).
@@ -170,28 +170,28 @@ It's been far too long since I've done a release and we have a lot of accumulate
170170 pg_settings_max_standby_streaming_delay_seconds
171171 ```
172172
173- ## v0.1.3
173+ ## v0.1.3 / 2017-02-21
174174
175175* Update the Go build to 1.7.5 to include a fix for NAT handling.
176176* Fix passwords leaking in DB url error message on connection failure.
177177
178- ## v0.1.2
178+ ## v0.1.2 / 2017-02-07
179179
180180* Use a connection pool of size 1 to reduce memory churn on target database.
181181
182- ## v0.1.1
182+ ## v0.1.1 / 2016-11-29
183183
184184* Fix pg_stat_replication metrics not being collected due to semantic version
185185 filter problem.
186186
187- ## v0.1.0
187+ ## v0.1.0 / 2016-11-21
188188
189189* Change default port to 9187.
190190* Fix regressions with pg_stat_replication on older versions of Postgres.
191191* Add pg_static metric to store version strings as labels.
192192* Much more thorough testing structure.
193193* Move to semantic versioning for releases and docker image publications.
194194
195- ## v0.0.1
195+ ## v0.0.1 / 2016-06-03
196196
197197Initial release for publication.
0 commit comments