02 Feb 2024 07:35 AM - last edited on 07 Feb 2024 08:38 AM by MaciejNeumann
Hi Community,
After installing Dynatrace OneAgent site extension on Azure App services users are reporting application slowness issue.
As per the analysis, 20-30% spike has been observed on below App service parameters across all App services post OneAgent site extension installation.
This is resulting in application slowness even on lower environments as well.
Dev environment: App service Plan is on PremiumV3 (P2v3) with 2 instance count
Test environment: App service Plan is on PremiumV2 (P2v2) with 3 instance count
Production environment: App service Plan is on PremiumV2 (P3v2) with 9 instance count
Open forum questions:
Has anyone faced similar kind of issue?
Is there any known issue with OneAgent site extensions on Azure App service?
What should be the idle/recommended App service Plan family size to install OneAgent site extensions?
Increasing the App service plan instance count will help or need to upgrade the App service plan family size?
02 Feb 2024 07:51 AM
Hi @AnupamDey
When you install OneAgent (including on AKS) then all sorts of slowdowns can occur. However, the causes can be many.
Radek
02 Feb 2024 07:57 AM
There were no errors found.
On Test environment as well application slows down when OneAgent site extension is installed.
Nothing suspicious found in OA and AG logs
No errors found on Application logs related to Dynatrace OA site extension
load Spike on App service and application slowness occurs even when RUM is disabled.
02 Feb 2024 01:58 PM
Hi @AnupamDey
Are you using Application Insights in parallel with Dynatrace? There could be some conflicts caused by both of them instrumenting the application.
Also, taking a memory dump or .NET profiler trace from Azure Diagnostic Tools could help you identify the culprit.
George
04 Feb 2024 07:38 AM
Hi George,
Application Insight has been disabled prior to OA site extension installation, as we know both in parallel will conflict.