com.yammer.telemetry:telemetry-lib

A dapper-like substance in Java.

License

License

GroupId

GroupId

com.yammer.telemetry
ArtifactId

ArtifactId

telemetry-lib
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

A dapper-like substance in Java.

Download telemetry-lib

How to add to project

<!-- https://jarcasting.com/artifacts/com.yammer.telemetry/telemetry-lib/ -->
<dependency>
    <groupId>com.yammer.telemetry</groupId>
    <artifactId>telemetry-lib</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yammer.telemetry/telemetry-lib/
implementation 'com.yammer.telemetry:telemetry-lib:0.0.2'
// https://jarcasting.com/artifacts/com.yammer.telemetry/telemetry-lib/
implementation ("com.yammer.telemetry:telemetry-lib:0.0.2")
'com.yammer.telemetry:telemetry-lib:jar:0.0.2'
<dependency org="com.yammer.telemetry" name="telemetry-lib" rev="0.0.2">
  <artifact name="telemetry-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yammer.telemetry', module='telemetry-lib', version='0.0.2')
)
libraryDependencies += "com.yammer.telemetry" % "telemetry-lib" % "0.0.2"
[com.yammer.telemetry/telemetry-lib "0.0.2"]

Dependencies

provided (3)

Group / Artifact Type Version
com.google.guava : guava jar 15.0
com.fasterxml.jackson.core : jackson-databind jar 2.2.0
com.fasterxml.jackson.datatype : jackson-datatype-guava jar 2.2.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

Telemetry Build Status

Make your app talk…and talk…and talk. Inspired by Google's Dapper.

Here is a sample trace view generated by the TracingBundle of the execution of the TracedResource in the telemetry-example application.

Sample Span

IDs

Trace and span IDs will be expressed as 64-bit and 32-bit longs respectively.

Trace/Span Passing

In order to trace across hosts trace ID and span ID information must be passed from one host to the next.

Over HTTP

Clients will pass the current trace ID and the current span ID to downstream services via HTTP request headers:

X-Telemetry-TraceId: {current trace ID}
X-Telemetry-SpanId: {current span ID}
X-Telemetry-Parent-SpanId: {parent span ID, may be absent if this is the root span}

Notes

  • Under heavy development - stuff will change
  • Telemetry-Service has been deprecated for now to concentrate on instrumentation and trace recording
com.yammer.telemetry

Yammer

Connect with people across your organization to make better decisions, faster.

Versions

Version
0.0.2
0.0.1