Anders Swanson
Anders Swanson
I had this same error, and it was due to multiple versions of the Kubernetes Java Client on the classpath. Fixing up my project's dependencies to only include a newer...
In the upcoming 2.0.3 release, it will be possible to add custom labels per database. You may use environment variables for the values ```yaml databases: mydb: labels: hostname: $HOSTNAME environment:...
Resolved through #227
Instance principal, yes, region is not configurable. But that's OK, usually we want to use instance principal in the same region as the instance. While `ociConfig` may be available for...
As part of this fix, I'm going to add workload identity (OKE) as well 👍
Hi @andycoates OCI Vault and AZ Vault are currently supported in multi-database: https://github.com/oracle/oracle-db-appdev-monitoring?tab=readme-ov-file#using-oci-vault You can connect each database to a different vault. We've yet to implement additional auth mechanisms like...
Can you confirm which version of the exporter and Oracle Database you are using?
FYI I could not reproduce with 23ai. Can you try with 23ai?
Hi @AlexsJones, thanks for taking a look at the code, and apologies for any delay in my response. This PR adds the following enhancements to the OCI provider: - Support...
@AlexsJones do you need additional information to finish your review?