agent.properties 819 B

123456789101112131415161718192021222324252627282930313233
  1. #APM Server url.
  2. ConfigDomain=http://10.0.12.192:18080
  3. SendDomain=http://10.0.12.192:18080
  4. # License Key.
  5. LicenseKey = J45Engw88NeHUZ4Q7qNsK8L47FTH**QvgW113IEnsNaBNMR5zZ**oj/g!!!!
  6. # Logging level.
  7. # Optional: DEBUG, INFO, WARN, ERROR
  8. agent.log.level=ERROR
  9. # Web container that supports automatic injection of js.
  10. # Optional:
  11. # tomcat6,tomcat7,tomcat8,tomcat9
  12. # jetty7,jetty8,jetty9
  13. # weblogic10,weblogic12
  14. # jboss7,resin3
  15. js=
  16. # js file location
  17. jsEnvAdd=http://data.toushibao.com/api/browser/settings/v70/js
  18. # js Inject positon, Optional: html(Default),body,head
  19. #js.inject.position=html
  20. # Chinese is not supported!
  21. appName=javaApplication
  22. # Compression mode, Optional: gzip(Default), disable
  23. send.compression.mode=gzip
  24. # Asynchronous stack collection, Optional: true, false(Default)
  25. #tracer.asynchronous=false