feat: observe legacy facade method hits

This commit is contained in:
jxxghp
2026-08-23 00:37:03 +08:00
parent 2031f3c420
commit a001291c0b
5 changed files with 138 additions and 1 deletions
+2
View File
@@ -43,6 +43,7 @@ from app.adapters.system.plugin.manifest import (
load_dependency_manifest,
)
from app.runtime.log import logger
from app.runtime.observability import observe_compat_facade
from app.adapters.network.http import RequestUtils, AsyncRequestUtils
from app.foundation.singleton import WeakSingleton
@@ -165,6 +166,7 @@ def merge_plugin_market_repos(
return merged_repos
@observe_compat_facade("PluginHelper")
class PluginHelper(metaclass=WeakSingleton):
"""
插件市场管理,下载安装插件到本地