Skip to content

Commit

Permalink
repo_commits_result_counter{status=ok}
Browse files Browse the repository at this point in the history
  • Loading branch information
brianolson committed Nov 21, 2024
1 parent 57bd6f9 commit 4d3262b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bgs/bgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,7 @@ func (bgs *BGS) handleFedEvent(ctx context.Context, host *models.PDS, env *event
return fmt.Errorf("handle user event failed: %w", err)
}

repoCommitsResultCounter.WithLabelValues(host.Host, "ok").Inc()
return nil
case env.RepoHandle != nil:
log.Infow("bgs got repo handle event", "did", env.RepoHandle.Did, "handle", env.RepoHandle.Handle)
Expand Down

0 comments on commit 4d3262b

Please sign in to comment.