chore: add telemetry measurement to x/auth PreBlocker (#24541)

This commit is contained in:
Tyler
2025-04-17 18:02:17 +00:00
committed by GitHub
parent 553f8955c3
commit 2e7bed9e72
4 changed files with 8 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ import (
// Common metric key constants
const (
MetricKeyPreBlocker = "pre_blocker"
MetricKeyBeginBlocker = "begin_blocker"
MetricKeyEndBlocker = "end_blocker"
MetricLabelNameModule = "module"