Skip to content

Commit

Permalink
log server metrics heartbeat (#8450)
Browse files Browse the repository at this point in the history
  • Loading branch information
jycor authored Oct 14, 2024
1 parent 88579f4 commit 66b03de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/cmd/dolt/commands/sqlserver/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,7 @@ func (h *heartbeatService) Run(ctx context.Context) {
return
case <-ticker.C:
t := events.NowTimestamp()
logrus.Debugf("sending heartbeat event to %s:%s", events.DefaultMetricsHost, events.DefaultMetricsPort)
err := h.eventEmitter.LogEvents(ctx, h.version, []*eventsapi.ClientEvent{
{
Id: uuid.New().String(),
Expand Down

0 comments on commit 66b03de

Please sign in to comment.