Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class RequestSpanExtensions

Inheritance
object
RequestSpanExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Core.Diagnostics.Tracing
Assembly: Couchbase.NetClient.dll
Syntax
public static class RequestSpanExtensions

Methods

View Source

LogOrphaned(IRequestSpan)

Declaration
public static IRequestSpan LogOrphaned(this IRequestSpan span)
Parameters
Type Name Description
IRequestSpan span
Returns
Type Description
IRequestSpan
View Source

RequestSpan(IRequestTracer, string, string)

Declaration
public static IRequestSpan RequestSpan(this IRequestTracer tracer, string serviceName, string operation)
Parameters
Type Name Description
IRequestTracer tracer
string serviceName
string operation
Returns
Type Description
IRequestSpan
View Source

WithCommonTags(IRequestSpan)

Declaration
public static IRequestSpan WithCommonTags(this IRequestSpan span)
Parameters
Type Name Description
IRequestSpan span
Returns
Type Description
IRequestSpan
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.