Skip to content

Commit

Permalink
PMM-12375 add version to ListServices result
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Tymchuk committed Sep 23, 2023
1 parent 2148db2 commit 97a8191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions managed/services/management/service_mgmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ func (s *MgmtServiceService) ListServices(ctx context.Context, req *servicev1bet
ServiceName: service.ServiceName,
Socket: pointer.GetString(service.Socket),
UpdatedAt: timestamppb.New(service.UpdatedAt),
Version: service.Version,
}

if metric, ok := metrics[service.ServiceID]; ok {
Expand Down

0 comments on commit 97a8191

Please sign in to comment.