Send log entry to New Relic even if script log retrieval fails #1161
Closed
mountaindude
started this conversation in
Ideas
Replies: 1 comment
-
This issue is stale because it has been open for 30 days with no activity. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What version of Butler are you using?
8.5.2
What version of Node.js are you using? Not applicable if you use the standalone version of Butler.
No response
What command did you use to start Butler?
butler.exe -c D:\butler\config\butler-config.yaml --new-relic-account-name ACCOUNTNAME --new-relic-account-id ACCOUNTID --new-relic-api-key APIKEY
What operating system are you using?
Windows Server
What CPU architecture are you using?
x86_64
What Qlik Sense versions are you using?
2022 May
Describe the Bug
Retrieval of script execution logs from the Sense API is not entirely stable.
Not clear whether this is caused by Sense or Butler.
When the script logs can't be retrieved Butler will log an error like this:
In this case an event has already been sent to New Relic, but no log entry will be sent.
Expected Behavior
Send log event even if script log retrieval fails, just exclude the script log.
Even without that script log the fact that a reload failed should be sent to New Relic.
To Reproduce
No response
Beta Was this translation helpful? Give feedback.
All reactions