fix: register module result mismatch metric

This commit is contained in:
jxxghp
2026-08-24 13:24:36 +08:00
parent 6e5617db51
commit 2aa41ea8fe
2 changed files with 15 additions and 0 deletions
+5
View File
@@ -49,6 +49,11 @@ METRIC_SPECS = {
MetricKind.COUNTER,
frozenset({"method", "caller_type", "abi_source"}),
),
MetricSpec(
"module.contract.result_mismatch",
MetricKind.COUNTER,
frozenset({"method", "provider_type", "problem"}),
),
MetricSpec(
"compat.facade.hit",
MetricKind.COUNTER,