misk-zipkin
Module Contents
alltypes
Module Contents
data
class
ZipkinBackendConfig
:
Config
Module Contents
ZipkinBackendConfig
(
collector_url
:
String
,
reporter
:
ZipkinReporterConfig
?
)
val
collector_url
:
String
val
reporter
:
ZipkinReporterConfig
?
data
class
ZipkinReporterConfig
:
Config
Module Contents
ZipkinReporterConfig
(
queued_max_bytes
:
Int
?
,
message_max_bytes
:
Int
?
,
message_timeout_sec
:
Long
?
)
val
message_max_bytes
:
Int
?
val
message_timeout_sec
:
Long
?
val
queued_max_bytes
:
Int
?
class
ZipkinTracingModule
:
KAbstractModule
Module Contents
ZipkinTracingModule
(
config
:
ZipkinBackendConfig
)
val
config
:
ZipkinBackendConfig
protected
fun
configure
(
)
:
Unit
@Provides
@Singleton
fun
zipkinTracer
(
appName
:
String
)
:
Tracer
package
misk.tracing.backends.zipkin
Module Contents
data
class
ZipkinBackendConfig
:
Config
Module Contents
ZipkinBackendConfig
(
collector_url
:
String
,
reporter
:
ZipkinReporterConfig
?
)
val
collector_url
:
String
val
reporter
:
ZipkinReporterConfig
?
data
class
ZipkinReporterConfig
:
Config
Module Contents
ZipkinReporterConfig
(
queued_max_bytes
:
Int
?
,
message_max_bytes
:
Int
?
,
message_timeout_sec
:
Long
?
)
val
message_max_bytes
:
Int
?
val
message_timeout_sec
:
Long
?
val
queued_max_bytes
:
Int
?
class
ZipkinTracingModule
:
KAbstractModule
Module Contents
ZipkinTracingModule
(
config
:
ZipkinBackendConfig
)
val
config
:
ZipkinBackendConfig
protected
fun
configure
(
)
:
Unit
@Provides
@Singleton
fun
zipkinTracer
(
appName
:
String
)
:
Tracer