03 Aug 2023 09:39 AM - last edited on 03 Aug 2023 10:40 AM by Ana_Kuzmenchuk
Dear All,
What are the best practices to upgrade the ActiveGate extensions without interrupting the monitoring?
Regards,
Babar
Solved! Go to Solution.
08 Aug 2023 12:08 AM
This is a very interesting question! In fact, there are several similar cases, regarding introducing new endpoints/configurations/ etc, eg.: https://community.dynatrace.com/t5/Extensions/Restart-remotepluginmodule-faster/m-p/210473
And it really depends on the extensions themselves. In the extensions I develop, I tend to preserve state in sqlite database, because no one knows when the next restart will be. But I frequently loose one minute data...
So, since extensions run each minute, my trick is to try to do it around second 15, and in this case, that minute gets processed, and I typically only loose one minute of data....
But would be willing to know more tricks around this...
09 Aug 2023 03:41 AM
Hello @AntonioSousa
Thank you for your comments and tricks. Agree, we should have a way to upgrade the extensions without interruptions.
Regards,
Babar
09 Aug 2023 10:59 AM
I would also say that from empirical analysis, when we change an extension v1 configuration, it happens too. I even believe other extensions are impacted too, but not absolutely sure.