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:
- 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