1
- ## v0 .9.0 / 2021-03-01
1
+ ## 0 .9.0 / 2021-03-01
2
2
3
3
First release under the Prometheus Community organisation.
4
4
@@ -16,7 +16,7 @@ First release under the Prometheus Community organisation.
16
16
* [ BUGFIX] Don't retry if an error occurs #426
17
17
* [ BUGFIX] Do not panic on incorrect env #457
18
18
19
- ## v0 .8.0 / 2019-11-25
19
+ ## 0 .8.0 / 2019-11-25
20
20
21
21
* Add a build info metric (#323 )
22
22
* 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.
29
29
- added current database name to metrics because any database in cluster maybe have the same table names
30
30
- added "master" field for query instance metrics.
31
31
32
- ## v0 .7.0 / 2019-11-01
32
+ ## 0 .7.0 / 2019-11-01
33
33
34
34
Introduces some more significant changes, hence the minor version bump in
35
35
such a short time frame.
@@ -42,7 +42,7 @@ such a short time frame.
42
42
* Don't stop generating fingerprint while encountering value with "=" sign (#318 )
43
43
(may resolve problems with passwords and special characters).
44
44
45
- ## v0 .6.0 / 2019-10-30
45
+ ## 0 .6.0 / 2019-10-30
46
46
47
47
* Add SQL for grant connect (#303 )
48
48
* Expose pg_current_wal_lsn_bytes (#307 )
@@ -54,11 +54,11 @@ such a short time frame.
54
54
* Discover only databases that are not templates and allow connections (#297 )
55
55
* Add --exclude-databases option (#298 )
56
56
57
- ## v0 .5.1 / 2019-07-09
57
+ ## 0 .5.1 / 2019-07-09
58
58
59
59
* Add application_name as a label for pg_stat_replication metrics (#285 ).
60
60
61
- ## v0 .5.0 / 2019-07-03
61
+ ## 0 .5.0 / 2019-07-03
62
62
63
63
It's been far too long since I've done a release and we have a lot of accumulated changes.
64
64
@@ -71,28 +71,28 @@ It's been far too long since I've done a release and we have a lot of accumulate
71
71
* Add support for collecting metrics from multiple servers.
72
72
* PostgreSQL 11 is now supported in the integration tests.
73
73
74
- ## v0 .4.7 / 2018-10-02
74
+ ## 0 .4.7 / 2018-10-02
75
75
76
76
* Added a query for v9.1 pg_stat_activity.
77
77
* Add ` --constantLabels ` flag to allow applying fixed constant labels to metrics.
78
78
* queries.yml: dd pg_statio_user_tables.
79
79
* Support 'B' suffix in units.
80
80
81
- ## v0 .4.6 / 2018-04-15
81
+ ## 0 .4.6 / 2018-04-15
82
82
83
83
* Fix issue #173 - 32 and 64mb unit sizes were not supported in pg_settings.
84
84
85
- ## v0 .4.5 / 2018-02-27
85
+ ## 0 .4.5 / 2018-02-27
86
86
87
87
* Add commandline flag to disable default metrics (thanks @hsun-cnnxty )
88
88
89
- ## v0 .4.4 / 2018-03-21
89
+ ## 0 .4.4 / 2018-03-21
90
90
91
91
* Bugfix for 0.4.3 which broke pg_up (it would always be 0).
92
92
* pg_up is now refreshed based on database Ping() every scrape.
93
93
* Re-release of 0.4.4 to fix version numbering.
94
94
95
- ## v0 .4.2 / 2018-02-19
95
+ ## 0 .4.2 / 2018-02-19
96
96
97
97
* Adds the following environment variables for overriding defaults:
98
98
* ` 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
102
102
* Add Content-Type to HTTP landing page.
103
103
* Fix Makefile to produce .exe binaries for Windows.
104
104
105
- ## v0 .4.1 / 2017-11-30
105
+ ## 0 .4.1 / 2017-11-30
106
106
107
107
* No code changes to v0.4.0 for the exporter.
108
108
* First release switching to tar-file based distribution.
109
109
* First release with Windows and Darwin cross-builds.\\
110
110
111
- ## v0 .4.0 / 2017-11-29
111
+ ## 0 .4.0 / 2017-11-29
112
112
113
113
* Fix panic due to inconsistent label cardinality when using queries.yaml with
114
114
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
118
118
Ping() the PG instance before a scrape.
119
119
* Fix broken link in landing page for ` /metrics `
120
120
121
- ## v0 .3.0 / 2017-10-23
121
+ ## 0 .3.0 / 2017-10-23
122
122
123
123
* Add support for PostgreSQL 10.
124
124
125
- ## v0 .2.3 / 2017-09-07
125
+ ## 0 .2.3 / 2017-09-07
126
126
127
127
* Add support for the 16kB unit when decoding pg_settings. (#101 )
128
128
129
- ## v0 .2.2 / 2017-08-04
129
+ ## 0 .2.2 / 2017-08-04
130
130
131
131
* Fix DSN logging. The exporter previously never actually logged the DSN when
132
132
database connections failed. This was also masking a logic error which could
133
133
potentially lead to a crash when DSN was unparseable, though no actual
134
134
crash could be produced in testing.
135
135
136
- ## v0 .2.1 / 2017-06-07
136
+ ## 0 .2.1 / 2017-06-07
137
137
138
138
* Ignore functions that cannot be executed during replication recovery (#52 )
139
139
* Add a ` -version ` flag finally.
140
140
* Add confirmed_flush_lsn to pg_stat_replication.
141
141
142
- ## v0 .2.0 / 2017-04-18
142
+ ## 0 .2.0 / 2017-04-18
143
143
144
144
* Major change - use pg_settings to retrieve runtime variables. Adds >180
145
145
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
170
170
pg_settings_max_standby_streaming_delay_seconds
171
171
```
172
172
173
- ## v0 .1.3 / 2017-02-21
173
+ ## 0 .1.3 / 2017-02-21
174
174
175
175
* Update the Go build to 1.7.5 to include a fix for NAT handling.
176
176
* Fix passwords leaking in DB url error message on connection failure.
177
177
178
- ## v0 .1.2 / 2017-02-07
178
+ ## 0 .1.2 / 2017-02-07
179
179
180
180
* Use a connection pool of size 1 to reduce memory churn on target database.
181
181
182
- ## v0 .1.1 / 2016-11-29
182
+ ## 0 .1.1 / 2016-11-29
183
183
184
184
* Fix pg_stat_replication metrics not being collected due to semantic version
185
185
filter problem.
186
186
187
- ## v0 .1.0 / 2016-11-21
187
+ ## 0 .1.0 / 2016-11-21
188
188
189
189
* Change default port to 9187.
190
190
* Fix regressions with pg_stat_replication on older versions of Postgres.
191
191
* Add pg_static metric to store version strings as labels.
192
192
* Much more thorough testing structure.
193
193
* Move to semantic versioning for releases and docker image publications.
194
194
195
- ## v0 .0.1 / 2016-06-03
195
+ ## 0 .0.1 / 2016-06-03
196
196
197
197
Initial release for publication.
0 commit comments