23 Aug 2023 09:08 AM
Hello,
What is the best practice for polling data recurrently from the Dynatrace API and ingesting the results into Grail?
I've started exploring the SDK for the Classic Environment and it works on page loading. But no history.
Do I need to use a Workflow to ingest the data into Grail and then play the DQL query in the AppEngine? Or should I use an App function ?
Thanks for your help !
Solved! Go to Solution.
23 Aug 2023 01:11 PM
Hi @jegron
If you want to poll data periodically from the Dynatrace API via the classic environment SDK and ingest it into grail, then currently the best way is to go via Workflows. Because in workflows you can set the execution interval of a workflow.
For testing/developing purposes I would recommend that you develop your poll & ingest code within a custom app and an IDE of your choice because we don't have yet auto correction & quick fix features available in the workflows code editor. Copy & pasting the code snippet should work without any issues. Just make sure to add the needed imports at the begin of the code block in workflows.
Best,
Sini
21 May 2024 01:43 PM
Hi @sinisa_zubic ! Will you provide a store2Grail option in the workflow ?