You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integration of Zipkin with Cassandra enables us to obtain both the system traces as well as logs from running a query against the database. [Need citation]
We run a single insert query on a replicated cluster and collect both system logs as well as Zipkin traces in JSON format.
We map the traces obtained to a Lamport diagram of the interaction. The questions we will be addressing are:
\begin{enumerate}
\item Can we reduce the number of dependencies so we can visualize the result?
\item How closely can we approximate the actual interaction?