zipkin

package
v0.0.0-...-132f1c2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2018 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeserializeJSON

func DeserializeJSON(body []byte) ([]*zipkincore.Span, error)

DeserializeJSON deserialize zipkin v1 json spans into zipkin thrift

func FindServiceName

func FindServiceName(span *zipkincore.Span) string

FindServiceName finds annotation in Zipkin span that represents emitting service name.

func IsClientCore

func IsClientCore(anno string) bool

IsClientCore checks to see if an annotation is a core client annotation

func IsCore

func IsCore(anno string) bool

IsCore checks to see if an annotation is a core annotation

func IsServerCore

func IsServerCore(anno string) bool

IsServerCore checks to see if an annotation is a core server annotation

Types

type APIHandler

type APIHandler struct {
	// contains filtered or unexported fields
}

APIHandler handles all HTTP calls to the collector

func NewAPIHandler

func NewAPIHandler(
	zipkinSpansHandler app.ZipkinSpansHandler,
) *APIHandler

NewAPIHandler returns a new APIHandler

func (*APIHandler) RegisterRoutes

func (aH *APIHandler) RegisterRoutes(router *mux.Router)

RegisterRoutes registers Zipkin routes

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL