package
2.3.0+incompatible
Repository: https://github.com/jaegertracing/jaeger.git
Documentation: pkg.go.dev
# Functions
AddFlags adds flags for QueryOptions.
NewAPIHandler returns an APIHandler.
NewGRPCHandler returns a GRPCHandler.
NewRouter creates and configures a Gorilla Router.
NewServer creates and initializes Server.
NewStaticAssetsHandler returns a StaticAssetsHandler.
RegisterStaticHandler adds handler for static assets to the router.
# Variables
HandlerOptions is a factory for all available HandlerOptions.
# Structs
APIHandler implements the query service public API by registering routes at httpPrefix.
GRPCHandler implements the gRPC endpoint of the query service.
GRPCHandlerOptions contains optional members of GRPCHandler.
QueryOptions holds configuration for query service shared with jaeger-v2.
Server runs HTTP, Mux and a grpc server.
StaticAssetsHandler handles static assets.
StaticAssetsHandlerOptions defines options for NewStaticAssetsHandler.
# Interfaces
HTTPHandler handles http requests.
# Type aliases
HandlerOption is a function that sets some option on the APIHandler.