oracledb_exporter icon indicating copy to clipboard operation
oracledb_exporter copied to clipboard

Add flag for configuration DSN

Open aburtasov opened this issue 1 year ago • 0 comments

Description

Another way to configure DSN. This is relevant for Windows systems, where it is difficult to forward an environment variable

Type of change

  • [+] New feature (non-breaking change which adds functionality)

How Has This Been Tested?

It worked on Winodws with OracleDB

Screenshots (if appropriate):

Test where dsn was output to the console 2024-02-01 19_05_46-MINGW64__c_Users_BurtasovAA

Checklist:

  • [+] My code follows the style guidelines of this project
  • [+ ] I have performed a self-review of my own code
  • [+ ] I have commented my code, particularly in hard-to-understand areas
  • [+ ] I have made corresponding changes to the documentation
  • [+ ] My changes generate no new warnings
  • [+ ] I have added tests that prove my fix is effective or that my feature works
  • [+ ] New and existing unit tests pass locally with my changes
  • [+ ] Any dependent changes have been merged and published in downstream modules
  • [+ ] Updated version in Makefile respecting semver v2

aburtasov avatar Feb 04 '24 05:02 aburtasov