Skip to content

Commit

Permalink
PMM-13057 Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriCtvrtka committed Oct 9, 2024
1 parent 4e566f8 commit 014ecf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions managed/services/telemetry/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ func (s *Service) processSendCh(ctx context.Context) {

reportsBufSync.Lock()
reportsBuf = append(reportsBuf, &reporter.GenericReport{
Id: string(report.GetId()),
Id: report.GetId(),
CreateTime: report.GetCreateTime(),
InstanceId: string(report.GetInstanceId()),
InstanceId: report.GetInstanceId(),
ProductFamily: reporter.ProductFamily_PRODUCT_FAMILY_PMM,
Metrics: report.Metrics,
})
Expand Down

0 comments on commit 014ecf7

Please sign in to comment.