Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将勇敢的 zipkins 与我已经实施的服务集成。我需要一个简短的想法,我该如何开始呢?
如果我endPointSubmitter.submit("127.0.0.1", 4444, "test-service");只是创建端点并在这些端口上进行提交就足够了吗?
endPointSubmitter.submit("127.0.0.1", 4444, "test-service");
我已经为我的服务设置了端口。并且所有服务都注册到zookeeper。
跟踪不仅仅是了解服务的端点。例如,最重要的任务是确定某事开始和停止的时间(例如通过 ServerTracer 或间接通过勇敢的概念之一,例如 ServerRequestAdapter)。
从您的问题中不清楚您是否已经在跟踪并且发现端点被误报,或者您是否实际上没有跟踪任何内容。
你能澄清一下你到目前为止的设置吗?