.NET Core Application Monitoring In RESTRICTED MODE
search cancel

.NET Core Application Monitoring In RESTRICTED MODE

book

Article ID: 189517

calendar_today

Updated On:

Products

CA Application Performance Management Agent (APM / Wily / Introscope) CA Application Performance Management (APM / Wily / Introscope) INTROSCOPE DX Application Performance Management

Issue/Introduction

Problem: .NET Core App pools are not filtering as expected. 

Resolution: 
Given Early Access .NET Core Agent v3
Also set the below Agent filters on the IntroscopeAgent.profile

introscope.agent.dotnet.agentfilter.enabled=true
introscope.agent.dotnet.agentfilter.pattern.excludes=Survey
introscope.agent.dotnet.agentfilter.pattern.includes=*.*

Environment

Release : 20.1

Component : Dx .NET Core Agents

Cause

Out of the Box (Dx SaaS) .NET Agent does not support Restricted mode for .NET Core apps 
Engineering provided an early access ,NET core Agent v3 to address the issue.

Resolution


Given Early Access .NET Core Agent v3
Also set the below Agent filters on the IntroscopeAgent.profile

introscope.agent.dotnet.agentfilter.enabled=true
introscope.agent.dotnet.agentfilter.pattern.excludes=AppPool Name
introscope.agent.dotnet.agentfilter.pattern.includes=*.*