手撕APM系统,痛快!

复制public void test() { Transactiontransaction = Dog.newTransaction("URL",痛快 "/test/user"); try { Dog.logEvent("User", "name-xxx", "status-yyy"); // do something Transaction sql = Dog.newTransaction("SQL", "UserMapper.insert"); // try-catch-finally transaction.setStatus("xxxx"); transaction.setSuccess(true/false); } catch (Throwable throwable) { transaction.setSuccess(false); transaction.setData(Throwables.getStackTraceAsString(throwable)); throw throwable; } finally { transaction.finish(); } } 1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.
本文地址:http://www.bhae.cn/html/138d5199810.html
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。