Versions in this module Expand all Collapse all v1 v1.17.0 Feb 24, 2020 Changes in this version + type ConfigManager struct + BaggageManager baggage.BaggageRestrictionManager + SamplingStrategyStore strategystore.StrategyStore + func (c *ConfigManager) GetBaggageRestrictions(serviceName string) ([]*baggage.BaggageRestriction, error) + func (c *ConfigManager) GetSamplingStrategy(serviceName string) (*sampling.SamplingStrategyResponse, error) + type HTTPHandler struct + func NewHTTPHandler(params HTTPHandlerParams) *HTTPHandler + func (h *HTTPHandler) RegisterRoutes(router *mux.Router) + type HTTPHandlerParams struct + BasePath string + ConfigManager configmanager.ClientConfigManager + LegacySamplingEndpoint bool + MetricsFactory metrics.Factory