Documentation ¶
Overview ¶
Package tracing provides helpers and bindings for distributed tracing of Apache Kafka consumers and producers.
As your infrastructure grows, it becomes important to be able to trace a request, as it travels through multiple services and back to the user. Package tracing provides endpoints and transport helpers and middlewares to capture and emit request-scoped information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContextToTags ¶
ContextToTags returns new map of tags from ctx.
Types ¶
type KafkaContextKey ¶ added in v1.1.0
type KafkaContextKey string
const ( KeyTopic KafkaContextKey = "kafka.topic" KeyPartition KafkaContextKey = "kafka.partition" KeyOffset KafkaContextKey = "kafka.offset" )
Directories ¶
Path | Synopsis |
---|---|
Package opentracing provides Go kit integration in term of transport layer for Apache Kafka to the OpenTracing project.
|
Package opentracing provides Go kit integration in term of transport layer for Apache Kafka to the OpenTracing project. |
Click to show internal directories.
Click to hide internal directories.