| 123456789101112131415161718192021222324252627282930313233 |
- #APM Server url.
- ConfigDomain=http://10.0.12.192:18080
- SendDomain=http://10.0.12.192:18080
- # License Key.
- LicenseKey = J45Engw88NeHUZ4Q7qNsK8L47FTH**QvgW113IEnsNaBNMR5zZ**oj/g!!!!
- # Logging level.
- # Optional: DEBUG, INFO, WARN, ERROR
- agent.log.level=ERROR
- # Web container that supports automatic injection of js.
- # Optional:
- # tomcat6,tomcat7,tomcat8,tomcat9
- # jetty7,jetty8,jetty9
- # weblogic10,weblogic12
- # jboss7,resin3
- js=
- # js file location
- jsEnvAdd=http://data.toushibao.com/api/browser/settings/v70/js
- # js Inject positon, Optional: html(Default),body,head
- #js.inject.position=html
- # Chinese is not supported!
- appName=javaApplication
- # Compression mode, Optional: gzip(Default), disable
- send.compression.mode=gzip
- # Asynchronous stack collection, Optional: true, false(Default)
- #tracer.asynchronous=false
|