You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set the service name for db clients spans as the instance name of the database when the configuration property -Ddd.trace.db.client.split-by-instance=true or env DD_TRACE_DB_CLIENT_SPLIT_BY_INSTANCE=true is activated #881
Improve our process to parse db instance name out of jdbc connection string for a number of different vendors #866
Added option to configure the tracer via properties file. The file path can be provided via -Dtrace.config=/path/to/file.properties or env DD_TRACE_CONFIG=/path/to/file.properties#862
Update Mongo instance name and remove memcache instance name #880
Deprecated static methods in Config.java class previously used to statically retrieve configuration properties. The new pattern is now to access all the properties via instance methods on the configuration singleton accessible through Config.get()#863