EnableConnectionLevelAttributes
This property indicates whether or not to instrument connection level attributes, such as peer.service, db.name, password less connection string, db.user and so on.
Declaration
// C#
public bool EnableConnectionLevelAttributes { get; set; }Return Value
A bool.
Remarks
Default value is false.