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: changelog.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
Our current priorities are support for Exadata metrics. We expect to address these in an upcoming release.
6
6
7
7
This release includes the following changes:
8
+
- Enable configuration of the prometheus webserver from the config file using the `web` prefix.
9
+
- Allow loading of database password(s) from a file.
8
10
- Fixed a bug where database type (CDB, PDB, etc.) was not reported in certain situations.
9
11
- Fixed a bug where literal passwords containing the '$' character (in the config file) would be evaluated as environment variables. To use literal passwords with the '$' character, escape the '$' character with a second '$': `$test$pwd` becomes `$$test$$pwd`.
0 commit comments