Skip to content

Conversation

anders-swanson
Copy link
Member

No description provided.

Signed-off-by: Anders Swanson <anders.swanson@oracle.com>
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 28, 2025
Signed-off-by: Anders Swanson <anders.swanson@oracle.com>
- Fix malloc error (#177)
- Fix Multiple custom metrics files overwrite one another (#179)
- Replace go-kit/log with log/slog, due to upstream changes in prometheus/common
- Add support for additional admin roles, exapnding list of options for `DB_ROILE` to `SYSDBA`, `SYSOPER`, `SYSBACKUP`, `SYSDG`, `SYSKM`, `SYSRAC` and `SYSASM` (#180)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo, DB_ROLE

return
}

if len(metric.MetricsDesc) == 0 {
errChan <- errors.New("metricsdesc not found")
level.Error(e.logger).Log("msg", "Error scraping for query"+fmt.Sprint(metric.Request)+". Did you forget to define metricsdesc in your toml file?")
e.logger.Error("Error scraping for query" + fmt.Sprint(metric.Request) + ". Did you forget to define metricsdesc in your toml file?")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks a double space between metricsdesc and in

Signed-off-by: Anders Swanson <anders.swanson@oracle.com>
@anders-swanson anders-swanson merged commit 0eda99a into main Feb 28, 2025
2 checks passed
@anders-swanson anders-swanson deleted the package-updates branch February 28, 2025 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants