You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
I have Oracle RAC, I would like to collect metrics from two instances (nodes, ora01 and ora02)
What is the current behavior?
I tried to specify them through a comma, but it does not work and I get a mistake ORA-12514: TNS:listener does not currently know of service requested in connect descriptor oracle://SVC_ORACLEDB_EXPORTER:12345@ora01.fgr.my:1521/odaodb,ora02.fgr.my:1521/odaodb
How do I need to set the connection string to two instances in the DSN ?
What is the expected behavior?
I thought to turn to the copies I needed as it is written in readme /scrape?target=ora01:1521 OR scrape?target=ora02:1521