Skip to content

Commit

Permalink
Send more info to Beacon
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Jul 25, 2017
1 parent c1f2983 commit e13680d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Integrations/Core/Beacon.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
use CachetHQ\Cachet\Models\Component;
use CachetHQ\Cachet\Models\Incident;
use CachetHQ\Cachet\Models\Metric;
use CachetHQ\Cachet\Models\Schedule;
use CachetHQ\Cachet\Models\Tag;
use CachetHQ\Cachet\Models\User;
use CachetHQ\Cachet\Settings\Repository as Setting;
use Exception;
Expand Down Expand Up @@ -103,6 +105,8 @@ public function send()
'metrics' => Metric::all()->count(),
'users' => User::all()->count(),
'actions' => Action::all()->count(),
'tags' => Tag::all()->count(),
'schedules' => Schedule::all()->count(),
],
];

Expand Down

0 comments on commit e13680d

Please sign in to comment.