mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix: register module result mismatch metric
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user