- 
                Notifications
    You must be signed in to change notification settings 
- Fork 20
Description
Hi ncabatoff,
Thank you for providing such an awesome exporter. I'm fairly new to Prometheus, so please bear with me :)
I have been using your script-exporter against a python executable file that runs some oracle sql query and output in the Prometheus text exposision format.
Out of the 3 queries, 2 of them are working fine (script duration is less than 5sec) and prometheus did not display any errors. The third one sometimes works fine, and sometimes gives me and EOF error as shown:
This script duration runs between 5-60sec. This depends on how busy the database is, the script duration will vary.
To be honest, I dont think this is a script duration issue. Looking at the error, would you be able to tell me what could be the problem and how I could fix it?
Thank you in advance :)
Regards,
Kevin