Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigOptions ¶ added in v1.7.0
type ConfigOptions struct { FrontendHostPort string DriverHostPort string CustomerHostPort string RouteHostPort string Basepath string JaegerUI string }
ConfigOptions used to make sure service clients can find correct server ports
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server implements jaeger-demo-frontend service
func NewServer ¶
func NewServer(options ConfigOptions, tracer trace.TracerProvider, logger log.Factory) *Server
NewServer creates a new frontend.Server
Click to show internal directories.
Click to hide internal directories.