Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Petabridge
Tracing
Zipkin
Reporting
NoOp
NoOpReporter
C# Class Petabridge.Tracing.Zipkin.Reporting.NoOp.NoOpReporter
INTERNAL API. Reporter that doesn't actually report spans. Used for unit testing.
Inheritance:
ISpanReporter
Exibir arquivo
Open project: petabridge/Petabridge.Tracing.Zipkin
Public Methods
Method
Description
Dispose
( ) :
void
Report
(
Span
span
) :
void
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
Report()
public
method
public
Report
(
Span
span
) :
void
span
Span
return
void