Skip to content

Commit

Permalink
[extension/jaegerremotesampling] remove invalid comment (#18230)
Browse files Browse the repository at this point in the history
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
  • Loading branch information
frzifus authored Feb 1, 2023
1 parent cf53837 commit 42b19da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/jaegerremotesampling/internal/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ func NewHTTP(telemetry component.TelemetrySettings, settings confighttp.HTTPServ
}

srv.mux = http.NewServeMux()
// the new endpoint -- not strictly necessary, as the previous one would match it
// already, but good to have it explicit here

// SEE: https://www.jaegertracing.io/docs/1.41/apis/#remote-sampling-configuration-stable
srv.mux.Handle("/sampling", http.HandlerFunc(srv.samplingStrategyHandler))

return srv, nil
Expand Down

0 comments on commit 42b19da

Please sign in to comment.