oracle-db-appdev-monitoring
oracle-db-appdev-monitoring copied to clipboard
Metrics exporter and samples for unified observability for data-centric app dev and microservices
Bumps [github.com/oracle/oci-go-sdk/v65](https://github.com/oracle/oci-go-sdk) from 65.60.0 to 65.65.0. Release notes Sourced from github.com/oracle/oci-go-sdk/v65's releases. 65.65.0 Added Support for enabling unified auditing for DBHome in the Database service Support for listing minor Grid...
Bumps [github.com/godror/godror](https://github.com/godror/godror) from 0.41.1 to 0.42.2. Commits 047e390 bump version b712810 add CHANGELOG df0156a add noBreakOnContextCancel connection option for #333 1b782f9 Implement Break on context cancelation 248e279 batch: handle case...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.49.0 to 0.53.0. Release notes Sourced from github.com/prometheus/common's releases. v0.53.0 What's Changed Add StatusAt method for Alert struct by @grobinson-grafana in prometheus/common#618 config: allow exposing real secret...
Hi, Is there a possibility to connect as sysdba user? Option sysdba=true As described in https://pkg.go.dev/github.com/godror/godror
Currently trying to run this in container instances in OCI. The container is set up to fetch secret from OCI Vault, by providing the VAULT_ID and VAULT_SECRET_NAME. The common.ConfigurationProviderEnvironmentVariables("vault","") and...
Hello, First of all I would like to thank you for building this product. I would like to raise the problem with one definition of the default metric: ```[[metric]] context...
Expose the current database connection (pool) status as a simple internal metric (up/down) to enable easy detection of connection issues. Note that the driver does not actually connect to the...
While you would normally want to collect all metrics at each scrape, it is possible, and likely that there may be some metrics you may wish to collect less frequently,...
I have problems with some checks against an autonomous database in the standard metrics. The exporter is deployed in Kubernetes. I also have the same problem in custom checks such...