Esempio n. 1
0
 /// <summary>
 /// Explain the latency that occurs at a time identified by system clock
 /// </summary>
 /// <param name="value">String explaining the event e.g. polly.retry</param>
 /// <returns>The current span</returns>
 public Span Annotate(string value)
 => Annotate(_tracer.Clock(), value);
Esempio n. 2
0
 public ISpan Start()
 => new OTSpan(BuildSpan().Start(startTimestamp ?? tracer.Clock()));