Skip to content

Commit

Permalink
Add metric to track last Vespa Cloud signup
Browse files Browse the repository at this point in the history
  • Loading branch information
bjormel committed Aug 29, 2024
1 parent 24e6f9d commit 134d534
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ private static Set<Metric> getControllerMetrics() {
addMetric(metrics, ControllerMetrics.HUBSPOT_EXCEPTIONS.count());
addMetric(metrics, ControllerMetrics.HUBSPOT_LAST_SUCCESS.last());

addMetric(metrics, ControllerMetrics.TENANT_CREATED_LAST_SUCCESS.last());

return metrics;
}

Expand Down

0 comments on commit 134d534

Please sign in to comment.