Страница:
AI Agent.xml (2.x)
Страницы
AI Agent.xml (2.x)
ApplicationInsights.XML (2.x)
Azure Active Directory Authentication
Configure Dependecy Type in the Agent Configuration (2.x)
Default Metrics Captured by Java 3.0 Agent
Diagnose connection to the Application Insights backend (3.x)
Distributed Tracing in Asynchronous Java Applications (2.x)
Filters (2.x)
Fixed Rate Sampling v2 (2.x)
Friendly Error Messages (3.0)
HeartBeatModule Configuration (2.x)
Home
Mark Metric as Custom Performace Counter (2.x)
Memory issues
OpenTelemetry API support (3.0)
Perfomance Counters Collection: Plugin (2.x)
Perfomance Counters Collection: Setting collection frequency (2.x)
Performance Counter Troubleshooting (2.x)
Sampling (2.x)
Start up time improvement with a limited number of CPU cores (experimental)
Thread dump
Tracking Azure ServiceBus message processing with Apache Qpid (2.x)
Troubleshoot JMX metrics
Troubleshoot JXM metrics
Using Application Insights in a Dockerfile (2.x)
Using an HTTP Proxy
0
AI Agent.xml (2.x)
Trask Stalnaker редактировал(а) эту страницу 2021-01-20 11:07:50 -08:00
Application Insights SDK Agent Configuration
A work in-progress...
Configuration file with defaults
<ApplicationInsightsAgent>
<!--
<AgentLogger />
-->
<!-- To exclude certain classes from instrumentation, list them here.
<ExcludedPrefixes>
<Prefix enabled="true|false">skip/instrumentation/for/these/package/prefixes</Prefix>
</ExcludedPrefixes>
-->
<!--
<SelfMode enabled="true|false" sdkPath="path/to/applicationinsights-core.jar" />
-->
<Instrumentation>
<BuiltIn enabled="false"> <!-- if it's missing, default is false; if enabled=true, the defaults of child elements apply -->
<Jedis enabled="true" thresholdInMS="10000" />
<HTTP enabled="true" W3C="false" enableW3CBackCompat="true" />
<JDBC enabled="true" />
<MaxStatementQueryLimitInMS>10000</MaxStatementQueryLimitInMS>
<!-- TBD: find result of setSimpleBuiltInClasses -->
</BuiltIn>
<!-- TBD -->
</Instrumentation>
</ApplicationInsightsAgent>