示例#1
0
 public static string GetTraceEndPoint(this TraceConfig config, string defaultValue = "http://localhost:14268/api/traces")
 {
     return(config.TryGet(TraceEndPointKey, defaultValue));
 }