RequestMetadata.DependencyName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置发出传出请求的依赖项的名称。
public:
property System::String ^ DependencyName { System::String ^ get(); void set(System::String ^ value); };
public string DependencyName { get; set; }
member this.DependencyName : string with get, set
Public Property DependencyName As String
属性值
注解
传出 http 请求自动收集器通过以下方式使用 DependencyName:
- 对于传出请求指标:将其添加为依赖项名称维度,因此可以基于依赖项来透视指标。
- 对于传出请求跟踪和日志:将其添加为依赖项名称维度,以提高可诊断性。