Skip to content

Commit

Permalink
Fix bad merge conflict fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Jul 9, 2024
1 parent cd196c8 commit 824663c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go/vt/servenv/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ type Exporter struct {
mu sync.Mutex
}

func init() {
HTTPHandle("/debug/vars", expvar.Handler())
}

// NewExporter creates a new Exporter with name as namespace.
// label is the name of the additional dimension for the stats vars.
func NewExporter(name, label string) *Exporter {
Expand Down

0 comments on commit 824663c

Please sign in to comment.