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
Copy file name to clipboardExpand all lines: site/docs/releases/changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Our current priorities to support metrics for advanced database features and use
13
13
14
14
- Updated project dependencies.
15
15
- Standardize multi-arch builds and document supported database versions.
16
+
- If the exporter fails to connect to a database due to invalid credentials (ORA-01017 error), that database configuration will be invalidated and the exporter will not attempt to re-establish the database connection. Other databases will continue to be scraped.
16
17
- Metrics with an empty databases array (`databases = []`) are now considered disabled, and will not be scraped.
17
18
- Increased the default query timeout for the `top_sql` metric to 10 seconds (previously 5 seconds).
18
19
- Metrics using the `scrapeinterval` property will no longer be scraped on every request if they have a cached value. This only applies when the metrics exporter is configured to scrape metrics _on request_, rather than on a global interval.
Copy file name to clipboardExpand all lines: site/docs/releases/roadmap.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ We welcome input on community-driven features you'd like to see supported. Pleas
12
12
Currently, we plan to address the following key features:
13
13
14
14
- Provide default Oracle Exadata metrics
15
-
- 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
15
+
- Provide default GoldenGate metrics
16
+
- Enhance database alert logging and alert log metrics
16
17
- Provide the option to have the Oracle client outside of the container image, e.g., on a shared volume,
17
18
- Implement the ability to update the configuration dynamically, i.e., without a restart
18
19
- Implement support for tracing within the database, e.g., using an execution context ID provide by an external caller
19
20
- Provide additional pre-built Grafana dashboards,
20
21
- Integration with Spring Observability, e.g., Micrometer
0 commit comments