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
* upgrade godror
* revert to instant client 21
* update the query used to get tablespace free, used, etc., to properly handle temp tablespaces
* introduce externalAuth
* do not set OH
---------
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
Co-authored-by: John Lathouwers <john.lathouwers@oracle.com>
@@ -147,12 +163,10 @@ Currently, we plan to address the following key features:
147
163
- Implement connection storm protection - prevent the exporter from repeatedly connecting when the credentials fail, to prevent a storm of connections causing accounts to be locked across a large number of databases,
148
164
- Provide the option to have the Oracle client outside of the container image, e.g., on a shared volume,
149
165
- Implement the ability to update the configuration dynamically, i.e., without a restart,
150
-
- Implement support for exporting logs, including audit logs for example, from the database,
151
166
- Implement support for tracing within the database, e.g., using an execution context ID provide by an external caller,
152
167
- Provide additional pre-built Grafana dashboards,
153
-
- Integration with Spring Observability, e.g., Micrometer,
154
-
- Provide additional documentation and samples, and
155
-
- Integrate with the Oracle Database Operator for Kubernetes.
168
+
- Integration with Spring Observability, e.g., Micrometer, and
0 commit comments