Dripstat uses the following locations in order of precedence to name the application:
- Environment Variable: DRIPSTAT_APPNAME
- System Property: dripstat.appname
- Configuration file - Value of appName key
If using autoAppName=true
for multiple apps on a single jvm, the first 2 are ignored.
Related