MCPcopy
hub / github.com/grafana/tempo / echoHandler

Function echoHandler

cmd/tempo/app/modules.go:846–850  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

844}
845
846func echoHandler() http.HandlerFunc {
847 return func(w http.ResponseWriter, r *http.Request) {
848 http.Error(w, "echo", http.StatusOK)
849 }
850}
851
852func usageStatsHandler(urCfg usagestats.Config) http.HandlerFunc {
853 if !urCfg.Enabled {

Callers 1

initQueryFrontendMethod · 0.85

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected