Skip to content

Tags: oracle/oracle-db-appdev-monitoring

Tags

1.5.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.5.5 (#198)

* change default connection pool
* update net
* upgrade prom client
* update oci sdk
* update load gen util deps

---------

Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>

1.5.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
preparing for 1.5.4 release (#188)

* preparing for 1.5.4 release
* Float and log processings
* slog fixes

---------

Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
Signed-off-by: Anders Swanson <anders.swanson@oracle.com>
Co-authored-by: Anders Swanson <anders.swanson@oracle.com>
Co-authored-by: Anders Swanson <91502735+anders-swanson@users.noreply.github.com>

1.5.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
preparing for 1.5.3 release (#174)

Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>

1.5.2

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
1.5.2 (#157)

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

1.5.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare for 1.5.1 (#142)

* 1.5.1 release

---------

Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>

1.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Standalone, spelling and linting (#128)

* Standalone, spelling and linting

1.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Mark 1.4.0 (#122)

* updates for 1.4.0

---------

Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>

1.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Spring cleaning and 1.3.1 release (#112)

* add ability to disable alert log
* update prom common, stop querying alert log after 3 failures
* give up after 3 consecutive failures to read alert log
* updated godror
* update toml
* fixes #111 - update readme

---------

Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>

1.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 1.3 (#96)

### Version 1.3.0, June 7, 2024

This release includes the following changes:

- Alert logs can be exported for collection by a log reader like Promtail or FluentBit. Default
  output to `/log/alert.log` in JSON format.
- Provide ability to connect as SYSDBA or SYSOPER by setting DB_ROLE.
- New default metric is added to report the type of database connected to (CDB or PDB).
- New default metrics are added for cache hit ratios.
- Deafult metrics updated to suppress spurious warnings in log.
- Wait class metric updated to use a better query.
- The sample dashboard is updated to include new metrics.
- Fixed a bug which prevented periodic freeing of memory.
- Set CLIENT_INFO to a meaningful value.
- Update Go toolchain to 1.22.4.
- Updated some third-party dependencies.

Thank you to the following people for their suggestions and contributions:

- [@pioro](https://github.com/pioro)
- [@savoir81](https://github.com/savoir81)
---------

Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>

1.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor updates (#75)

* update deps, fix typos, etc.

---------

Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>