Skip to content

Commit

Permalink
Merge pull request #32984 from vespa-engine/bjormel/synchronise-cloud…
Browse files Browse the repository at this point in the history
…-customers-to-atlassian-assets

Sync Vespa Cloud customers and deployments to the Jira ServiceDesk
  • Loading branch information
bjormel authored Dec 3, 2024
2 parents 9447d95 + 32618da commit cb0096b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public enum ControllerMetrics implements VespaMetrics {
TENANT_CREATED_LAST_SUCCESS("tenant.created.last_success", Unit.SECONDS_SINCE_EPOCH, "Controller: Last successful tenant creation"),
ATLASSIAN_EXCEPTIONS("atlassian.exceptions", Unit.FAILURE, "Controller: Atlassian exceptions"),
ATLASSIAN_LAST_SUCCESS("atlassian.last_success", Unit.SECONDS_SINCE_EPOCH, "Controller: Last successful Atlassian synchronization"),
ATLASSIAN_ASSETS("atlassian.assets", Unit.ITEM, "Controller: Number of assets in Atlassian"),

// Metrics per API, metrics names generated in ControllerMaintainer/MetricsReporter
OPERATION_APPLICATION("operation.application", Unit.REQUEST, "Controller: Requests for /application API"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ private static Set<Metric> getControllerMetrics() {

addMetric(metrics, ControllerMetrics.ATLASSIAN_EXCEPTIONS.count());
addMetric(metrics, ControllerMetrics.ATLASSIAN_LAST_SUCCESS.last());
addMetric(metrics, ControllerMetrics.ATLASSIAN_ASSETS.max());

return metrics;
}
Expand Down

0 comments on commit cb0096b

Please sign in to comment.