Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindServiceName ¶
func FindServiceName(span *zipkincore.Span) string
FindServiceName finds annotation in Zipkin span that represents emitting service name.
func IsClientCore ¶
IsClientCore checks to see if an annotation is a core client annotation
func IsServerCore ¶
IsServerCore checks to see if an annotation is a core server annotation
Types ¶
type APIHandler ¶ added in v0.6.0
type APIHandler struct {
// contains filtered or unexported fields
}
APIHandler handles all HTTP calls to the collector
func NewAPIHandler ¶ added in v0.6.0
func NewAPIHandler( zipkinSpansHandler app.ZipkinSpansHandler, ) *APIHandler
NewAPIHandler returns a new APIHandler
func (*APIHandler) RegisterRoutes ¶ added in v0.6.0
func (aH *APIHandler) RegisterRoutes(router *mux.Router)
RegisterRoutes registers Zipkin routes
Click to show internal directories.
Click to hide internal directories.