All Downloads are FREE. Search and download functionalities are using the official Maven repository.

n.agent.2.2.6.source-code.nerdvision_settings.properties Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
#----------------------------------------------------------------------------
# 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=
license.api=/nvcr/v1/registration/client

# 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=
event.snapshot.api=/context/v2/eventsnapshot


#----------------------------------------------------------------------------
# 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

# 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

logging.level=OFF




© 2015 - 2024 Weber Informatics LLC | Privacy Policy