Skip to content

Commit

Permalink
Merge pull request #32296 from vespa-engine/bjormel/signup-metric-add…
Browse files Browse the repository at this point in the history
…-to-infra-metroc-set

Add metric to track last Vespa Cloud signup
  • Loading branch information
bjormel authored Aug 29, 2024
2 parents b13978e + 134d534 commit 53b5676
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 53b5676

Please sign in to comment.