Brave Instrumentation: DataStax Java Driver for Apache Cassandra

Apache Zipkin Brave (incubating) for Apache Cassandra (Parent)

License

License

Categories

Categories

Zipkin Application Testing & Monitoring Application Performance Monitoring (APM) Cassandra Data Databases
GroupId

GroupId

org.apache.zipkin.brave.cassandra
ArtifactId

ArtifactId

brave-instrumentation-cassandra-driver
Last Version

Last Version

0.10.2
Release Date

Release Date

Type

Type

jar
Description

Description

Brave Instrumentation: DataStax Java Driver for Apache Cassandra
Apache Zipkin Brave (incubating) for Apache Cassandra (Parent)
Project Organization

Project Organization

The Apache Software Foundation

Download brave-instrumentation-cassandra-driver

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.zipkin.brave.cassandra/brave-instrumentation-cassandra-driver/ -->
<dependency>
    <groupId>org.apache.zipkin.brave.cassandra</groupId>
    <artifactId>brave-instrumentation-cassandra-driver</artifactId>
    <version>0.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.zipkin.brave.cassandra/brave-instrumentation-cassandra-driver/
implementation 'org.apache.zipkin.brave.cassandra:brave-instrumentation-cassandra-driver:0.10.2'
// https://jarcasting.com/artifacts/org.apache.zipkin.brave.cassandra/brave-instrumentation-cassandra-driver/
implementation ("org.apache.zipkin.brave.cassandra:brave-instrumentation-cassandra-driver:0.10.2")
'org.apache.zipkin.brave.cassandra:brave-instrumentation-cassandra-driver:jar:0.10.2'
<dependency org="org.apache.zipkin.brave.cassandra" name="brave-instrumentation-cassandra-driver" rev="0.10.2">
  <artifact name="brave-instrumentation-cassandra-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.zipkin.brave.cassandra', module='brave-instrumentation-cassandra-driver', version='0.10.2')
)
libraryDependencies += "org.apache.zipkin.brave.cassandra" % "brave-instrumentation-cassandra-driver" % "0.10.2"
[org.apache.zipkin.brave.cassandra/brave-instrumentation-cassandra-driver "0.10.2"]

Dependencies

compile (1)

Group / Artifact Type Version
io.zipkin.brave : brave jar

provided (1)

Group / Artifact Type Version
com.datastax.cassandra : cassandra-driver-core jar 3.7.1

test (4)

Group / Artifact Type Version
org.apache.zipkin.brave.cassandra : brave-instrumentation-cassandra-tests jar 0.10.2
junit : junit jar 4.12
org.assertj : assertj-core jar 3.12.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.11.2

Project Modules

There are no modules declared in this project.

Gitter chat Build Status Maven Central

brave-cassandra

Brave for Apache Cassandra allows you to trace activities started from the Datastax Java Driver all the way into Cassandra.

This repository includes tracing wrappers for DataStax Java Driver and an Apache Cassandra tracing implementation

brave.cassandra.Tracing extracts trace state from the custom payload of incoming requests. How long each request takes, each sub-operation, and relevant tags like the session ID report to Zipkin.

brave.cassandra.driver.TracingSession tracks the client-side of cassandra and adds trace context to the custom payload of outgoing requests. If server integration is in place, Cassandra will contribute data to these RPC spans.

Artifacts

All artifacts publish to the group ID "io.zipkin.brave.cassandra". We use a common release version for all components.

Library Releases

Snapshots are uploaded to Sonatype which synchronizes with Maven Central

Library Snapshots

Snapshots are uploaded to Sonatype after commits to master.

org.apache.zipkin.brave.cassandra

The Apache Software Foundation

Versions

Version
0.10.2