Skip to content

Commit

Permalink
Revert "Remove aggregate metrics from handler"
Browse files Browse the repository at this point in the history
This reverts commit 0d628dd.
  • Loading branch information
CodeDrivenMitch committed Jul 15, 2024
1 parent f86a365 commit 644f183
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ enum class PreconfiguredMetric(
type = MetricType.TIMER,
identifier = "aggregate_lock",
description = "Time it took for a command to acquire a lock for the aggregate identifier",
targetTypes = listOf(AGGREGATE),
targetTypes = listOf(AGGREGATE, HANDLER),
),
AGGREGATE_LOAD_TIME(
type = MetricType.TIMER,
identifier = "aggregate_load",
description = "Time it took for a command to load the target aggregate",
targetTypes = listOf(AGGREGATE),
targetTypes = listOf(AGGREGATE, HANDLER),
),
EVENT_COMMIT_TIME(
type = MetricType.TIMER,
Expand Down

0 comments on commit 644f183

Please sign in to comment.