Skip to content

Commit

Permalink
Test PR build
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko committed Oct 24, 2023
1 parent 509c8d9 commit cd4670a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions monitor/census.go
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,8 @@ func InitCensus(nodeType NodeType, version string) {
Exporter = pe
// init metrics values
SetTranscodersNumberAndLoad(0, 0, 0)
stats.Record(census.ctx, census.mWinningTicketsRecv.M(int64(0)))
stats.Record(census.ctx, census.mCurrentSessions.M(int64(0)))
}

/*
Expand Down

0 comments on commit cd4670a

Please sign in to comment.