Skip to content

Commit

Permalink
like this
Browse files Browse the repository at this point in the history
  • Loading branch information
systay committed Sep 30, 2021
1 parent ae7935a commit 4181e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtgate/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import (
// this is the healthcheck used by vtgate, used by the "vstream * from" functionality
var vtgateHealthCheck discovery.HealthCheck

var getTabletThrottlerStatus = func(tabletAddr string) (string, error) {
func getTabletThrottlerStatus (tabletAddr string) (string, error) {
resp, err := http.Get("http://" + tabletAddr + "/throttler/check?app=vtgate")
if err != nil {
return "", err
Expand Down

0 comments on commit 4181e61

Please sign in to comment.