[infinispan-issues] [JBoss JIRA] (ISPN-6346) Zipkin based cluster-wide request tracing

Galder Zamarreño (JIRA) issues at jboss.org
Wed Mar 9 08:57:00 EST 2016


Galder Zamarreño created ISPN-6346:
--------------------------------------

             Summary: Zipkin based cluster-wide request tracing
                 Key: ISPN-6346
                 URL: https://issues.jboss.org/browse/ISPN-6346
             Project: Infinispan
          Issue Type: Feature Request
          Components: JMX, reporting and management
            Reporter: Galder Zamarreño
            Assignee: Galder Zamarreño
             Fix For: 9.0.0.Final


Zipkin (http://zipkin.io) is a distributed tracing system that started at Twitter.

Infinispan should integrate with it so that we can trace individual cache requests in terms of which components it touches and how long it takes in each, and also when the cache requests end up going to other nodes (plus see which remote components it touches).

The idea is that this should give us a better idea of what a particular operation does in terms of how many nodes it goes to, and what it does in each. This would be hugely beneficial to be able to better analyse performance issues.

A key advantage of Zipkin is that it can be run in production since it can be configured to only track a fraction of all requests, making it even more valuable from the monitoring POV.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the infinispan-issues mailing list