1 个仓库
Packaging of tracing extensions into self-contained JAR files for deployment across distributed environments.
Distinct from Java Agents: Focuses on the packaging and distribution of Java agents, not the orchestration of AI agent containers
Explore 1 awesome GitHub repository matching part of an awesome list · Agent Packaging. Refine with filters or upvote what's useful.
btrace 是一个 JVM 动态追踪工具和性能分析器,用于将安全的检测脚本注入正在运行的 Java 虚拟机中,而无需重启进程。它作为一个 Java 代理框架和模型上下文协议(MCP)服务器,将 JVM 诊断操作和追踪工具暴露给大语言模型和 AI 助手。 该项目的独特之处在于通过安全二进制协议实现实时代码注入和字节码级检测。它通过静态安全分析引擎确保生产环境的稳定性,该引擎在脚本编译阶段会拦截不稳定的代码模式(如循环和内存分配)。 该系统涵盖了广泛的可观测性功能,包括方法执行追踪、对象分配跟踪和字段访问监控。它通过延迟指标和执行数据采样提供性能分析,并能发出自定义的 Java Flight Recorder 事件以进行原生分析。 该代理支持灵活的部署策略,包括在启动时引导或使用 fat JAR 包在容器化环境中附加到实时进程。
Packages tracing extensions into self-contained JAR files for deployment across distributed environments like Kubernetes.