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
In this example the method "method" of class "full.path.to.TheClass" will be captured by the Agent. Every time it is called the Agent will send a Telemetry that measured the time it took to execute it, the Telemetry will also carry the Type as a DependencyType, which is 'Service' in this example. Doing this allows to filter or segment dependencies by the dependency type in Metrics Explorer or Search.
Note that by default the 'Type' will be set to 'Other'.