You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 1.5.4 | March 3rd, 2025 |[1.5.4 Changelog](./changelog.md#version-154-march-3-2025)|
33
+
| 1.5.3 | January 28th, 2025 |[1.5.3 Changelog](./changelog.md#version-153-january-28-2025)|
34
+
| 1.5.2 | December 2nd, 2024 |[1.5.2 Changelog](./changelog.md#version-152-december-2-2024)|
35
+
| 1.5.1 | October 28th, 2024 |[1.5.1 Changelog](./changelog.md#version-151-october-28-2024)|
36
+
| 1.5.0 | September 26th, 2024 |[1.5.0 Changelog](./changelog.md#version-150-september-26-2024)|
31
37
32
-
Our current priorities are support for RAC and mutliple databases (inculding #84 and #89), and intermittent connection issues
33
-
with ADB-S when exporter is run in a container (including #169). We expect to address these in an upcoming release.
34
-
35
-
- Fix malloc error (#177)
36
-
- Add support for additional admin roles, exapnding list of options for `DB_ROILE` to `SYSDBA`, `SYSOPER`, `SYSBACKUP`, `SYSDG`, `SYSKM`, `SYSRAC` and `SYSASM` (#180)
37
-
- Updated some third-party dependencies.
38
-
39
-
Thank you to the following people for their suggestions and contributions:
40
-
41
-
-[@Jman1993](https://github.com/Jman1993)
42
-
-[@oey](https://github.com/oey)
43
-
-[@jlembeck06](https://github.com/jlembeck06)
44
-
-[@Jman1993](https://github.com/Jman1993)
45
-
-[@PeterP55P](https://github.com/PeterP55P)
46
-
-[@rlagyu0](https://github.com/rlagyu0)
47
-
48
-
In this release, we also continued some minor code refactoring.
49
-
50
-
### Version 1.5.3, January 28, 2025
51
-
52
-
*Known issue*: This release has a known issue that results in the error message `malloc(): unsorted double linked list corrupted`.
53
-
We recommend staying on 1.5.2 until a new release with a fix is available. We hope to have a fix by early March.
54
-
55
-
Our current priorities are support for RAC and mutliple databases (inculding #84 and #89), and intermittent connection issues
56
-
with ADB-S when exporter is run in a container (including #169). We expect to address these in an upcoming release.
57
-
58
-
This release includes the following changes:
59
-
60
-
- Fix over-zealous supression of errors when `ignorezeroresult = true` (#168).
61
-
- When `scrapeinterval` is set, do first scrape immediately, not after the interval (#166).
62
-
- Updated some third-party dependencies.
63
-
64
-
Thank you to the following people for their suggestions and contributions:
65
-
66
-
-[@redelang](https://github.com/redelang)
67
-
68
-
In this release, we also started some minor code refactoring.
69
-
70
-
### Version 1.5.2, December 2, 2024
71
-
72
-
This release includes the following changes:
73
-
74
-
- Update the metric defintion for tablespace usage to report more accurate temp space usage.
75
-
- Revert InstantClient to 21c version due to ADB connectivity issue.
76
-
- Update documentation to explain how to obtain credentials from a wallet.
77
-
- Fix race condition on err variable in scrape() func (by @valrusu).
78
-
- Updated some third-party dependencies.
79
-
80
-
Thank you to the following people for their suggestions and contributions:
- Added support for using the `TNS_ADMIN` environment variable, which fixes an issue when connecting to Autonomous Database instances using TNS name.
91
-
- Updated InstantClient to 23ai version for amd64 and latest available 19.24 version for arm64.
92
-
- Fixed an issue with wrong `LD_LIBRARY_PATH` on some platforms. (#136)
93
-
- Added documentation and an example of using the `scrapeinterval` setting to change the interval at which a certain metric is colected.
94
-
- Added notes to documentation for extra security parameters needed when using a wallet with Podman.
95
-
- Updated some third-party dependencies.
96
-
97
-
### Version 1.5.0, September 26, 2024
98
-
99
-
This release includes the following changes:
100
-
101
-
- Support for running the exporter on ARM processors (darwin and linux).
102
-
- Updated some third-party dependencies.
103
-
- Updated the "test/demo environment" to use newer version of Oracle Database (23.5.0.24.07) and faster startup.
104
-
105
-
### Version 1.4.0, September 4, 2024
106
-
107
-
This release includes the following changes:
108
-
109
-
- Allow multiple custom metrics definition files.
110
-
- Allow query timeout per-metric.
111
-
- Allow scrape interval per-metric.
112
-
- Updated some third-party dependencies.
113
-
114
-
### Version 1.3.1, July 22, 2024
115
-
116
-
This release includes the following changes:
117
-
118
-
- Alert logs can be disabled by setting parameter `log.disable` to `1`.
119
-
- Alert log exporter will stop if it gets three consecutive failures.
120
-
- Updated the list of required permissions.
121
-
- Updated the TxEventQ sample dashboard.
122
-
- Updated some third-party dependencies.
123
-
124
-
Thank you to the following people for their suggestions and contributions:
125
-
126
-
-[@tux-jochen](https://github.com/tux-jochen)
127
-
128
-
### Version 1.3.0, June 7, 2024
129
-
130
-
This release includes the following changes:
131
-
132
-
- Alert logs can be exported for collection by a log reader like Promtail or FluentBit. Default
133
-
output to `/log/alert.log` in JSON format.
134
-
- Provide ability to connect as SYSDBA or SYSOPER by setting DB_ROLE.
135
-
- New default metric is added to report the type of database connected to (CDB or PDB).
136
-
- New default metrics are added for cache hit ratios.
137
-
- Default metrics updated to suppress spurious warnings in log.
138
-
- Wait class metric updated to use a better query.
139
-
- The sample dashboard is updated to include new metrics.
140
-
- Fixed a bug which prevented periodic freeing of memory.
141
-
- Set CLIENT_INFO to a meaningful value.
142
-
- Update Go toolchain to 1.22.4.
143
-
- Updated some third-party dependencies.
144
-
145
-
Thank you to the following people for their suggestions and contributions:
146
-
147
-
-[@pioro](https://github.com/pioro)
148
-
-[@savoir81](https://github.com/savoir81)
149
-
150
-
### Version 1.2.1, April 16, 2024
151
-
152
-
This release includes the following changes:
153
-
154
-
- Accept max idle and open connections settings as parameters.
155
-
- Updated some third-party dependencies.
156
-
157
-
### Version 1.2.0, January 17, 2024
158
-
159
-
This release includes the following changes:
160
-
161
-
- Introduced a new feature to periodically restart the process if requested.
162
-
- Introduced a new feature to periodically attempt to free OS memory if requested.
163
-
- Updated some third-party dependencies.
164
-
165
-
### Version 1.1.1, November 28, 2023
166
-
167
-
This release just updates some third-party dependencies.
168
-
169
-
### Version 1.1, October 27, 2023
170
-
171
-
This release includes the following changes:
172
-
173
-
- The query for the standard metric `wait_class` has been updated so that it will work in both container databases
174
-
and pluggable databases, including in Oracle Autonomous Database instances. Note that this query will not return
175
-
any data unless the database instance is under load.
176
-
- Support for reading the database password from OCI Vault has been added (see [details](#using-oci-vault))
177
-
- Log messages have been improved
178
-
- Some dependencies have been updated
179
-
180
-
### Version 1.0, September 13, 2023
181
-
182
-
The first production release, v1.0, includes the following features:
183
-
184
-
- A number of [standard metrics](#standard-metrics) are exposed,
185
-
- Users can define [custom metrics](#custom-metrics),
186
-
- Oracle regularly reviews third-party licenses and scans the code and images, including transitive/recursive dependencies for issues,
187
-
- Connection to Oracle can be a basic connection or use an Oracle Wallet and TLS - connection to Oracle Autonomous Database is supported,
188
-
- Metrics for Oracle Transactional Event Queues are also supported,
189
-
- A Grafana dashboard is provided for Transactional Event Queues, and
190
-
- A pre-built container image is provided, based on Oracle Linux, and optimized for size and security.
191
-
192
-
Note that this exporter uses a different Oracle Database driver which in turn uses code directly written by Oracle to access the database. This driver does require an Oracle client. In this initial release, the client is bundled into the container image, however we intend to make that optional in order to minimize the image size.
193
-
194
-
The interfaces for this version have been kept as close as possible to those of earlier alpha releases in this repository to assist with migration. However, it should be expected that there may be breaking changes in future releases.
38
+
For releases notes on older releases, see the [Changelog](./changelog.md)
0 commit comments