n.agent.3.0.1.source-code.nerdvision_settings.properties Maven / Gradle / Ivy
#----------------------------------------------------------------------------
# The default settings which the agent will use,
# these can be overridden with system properties :
# E.g.
# -Dnerdvision.key=value
# or via the javaagent arguments,
# E.g.
# -javaagent:./nerdvision-1.0.0-SNAPSHOT.jar=key=value,key=value,key=value
#----------------------------------------------------------------------------
# The default instance name
name=
# Defines user tags as comma separated key values. E.g. tags=abc=123,xyz=567
tags=
#----------------------------------------------------------------------------
# Defines the license key to use and api locations
api.key=
api.url=https://api.nerd.vision
license.url=https://api.sls.nerd.vision
license.api=/nvcr/v1/registration
# Defines the grpc url. https = secure, http = plain text, defaults to cloud.url
grpc.url=
# The end point for the event snapshot
event.snapshot.url=https://api.sls.nerd.vision
event.snapshot.api=/v1/context
# Defines the error api url
error.ingest.url=https://api.sls.nerd.vision
error.ingest.api=/error
#----------------------------------------------------------------------------
# Defines the regex for the ENV section of the client registration step.
env.regex=(?i).*sudo.*|.*pass.*
env.max.str.length=1024
# Defines the regex for the java args section of the client registration step,
# but we only send up java.* and sun.* properties. This captures proxy + rmi
# passwords normally.
java.regex=(?i).*pwd.*|.*pass.*|.*=https?://.*@.*
# Define what the jsp compilation convention is
# Default tomcat take index.jsp and make it into index_jsp.class
# some versions put this in a jsp package, some use org.apache.jsp (newer)
# but you can configure this in jspc, see packageRoot.
jsp.suffix=_jsp
jsp.packages=org.apache.jsp,jsp
dir.prefix=/src/main/java/,/src/main/webapp/
## Debug Settings
#----------------------------------------------------------------------------
# Defines where transformed classes should be written.
transform.path=
transform.exclude.packages=
transform.exclude.contains=$Lambda$
# Network backoff for client registration
client.registration.backoff.max=120
client.registration.backoff.multiplier=1.2
# Network backoff for grpc retry onError (not the same as GRPC retry which we cannot
# control.
grpc.backoff.max=120
grpc.backoff.multiplier=1.2
# Use this to tell GRPC to use PreferHeapByteBufAllocator
grpc.heap.allocator=false
grpc.allocator=pooled
# Default rate limit for breakpoints without the argument
bp.rate.limit=100
# Default snapshot sizes
default_max_vars = 1000
default_max_str_length = 1024
default_max_list_len = 10
default_max_depth = 5
default_max_watch_vars=100
default_max_tp_process_time=100
default_max_profile_time=1000
default_profile_interval=10
logging.level=OFF