Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Restore aggregate counts
Browse files Browse the repository at this point in the history
  • Loading branch information
pacphi committed Jan 15, 2019
1 parent e2e64b1 commit 125ece0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ public void collect() {
r -> publisher.publishEvent(
new ServiceInstanceDetailRetrievedEvent(this)
.detail(r)
.serviceCounts(service.countServicesByType())
.organizationCounts(service.countServicesByOrganization())
));
}

Expand Down

0 comments on commit 125ece0

Please sign in to comment.