Skip to content

Commit

Permalink
Merge pull request #32294 from vespa-engine/bjormel/signup-metric
Browse files Browse the repository at this point in the history
Metric to track last Vespa Cloud signup
  • Loading branch information
bjormel authored Aug 29, 2024
2 parents 83ff940 + 7cd24b7 commit 24e6f9d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public enum ControllerMetrics implements VespaMetrics {
BILLING_WEBHOOK_REQUESTS("billing.webhook.requests", Unit.REQUEST, "Controller: webhook requests"),
HUBSPOT_EXCEPTIONS("hubspot.exceptions", Unit.FAILURE, "Controller: Hubspot exceptions"),
HUBSPOT_LAST_SUCCESS("hubspot.last_success", Unit.SECONDS_SINCE_EPOCH, "Controller: Last successful Hubspot synchronization"),
TENANT_CREATED_LAST_SUCCESS("tenant.created.last_success", Unit.SECONDS_SINCE_EPOCH, "Controller: Last successful tenant creation"),

// Metrics per API, metrics names generated in ControllerMaintainer/MetricsReporter
OPERATION_APPLICATION("operation.application", Unit.REQUEST, "Controller: Requests for /application API"),
Expand Down

0 comments on commit 24e6f9d

Please sign in to comment.