Auto Configuration: Elasticsearch Storage (AWS)

Zipkin AWS (Parent)

License

License

Categories

Categories

AWS Container PaaS Providers Zipkin Application Testing & Monitoring Application Performance Monitoring (APM) Auto Application Layer Libs Code Generators config Configuration Search Business Logic Libraries Elasticsearch
GroupId

GroupId

io.zipkin.aws
ArtifactId

ArtifactId

zipkin-autoconfigure-storage-elasticsearch-aws
Last Version

Last Version

0.18.1
Release Date

Release Date

Type

Type

jar
Description

Description

Auto Configuration: Elasticsearch Storage (AWS)
Zipkin AWS (Parent)
Project Organization

Project Organization

OpenZipkin

Download zipkin-autoconfigure-storage-elasticsearch-aws

How to add to project

<!-- https://jarcasting.com/artifacts/io.zipkin.aws/zipkin-autoconfigure-storage-elasticsearch-aws/ -->
<dependency>
    <groupId>io.zipkin.aws</groupId>
    <artifactId>zipkin-autoconfigure-storage-elasticsearch-aws</artifactId>
    <version>0.18.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.zipkin.aws/zipkin-autoconfigure-storage-elasticsearch-aws/
implementation 'io.zipkin.aws:zipkin-autoconfigure-storage-elasticsearch-aws:0.18.1'
// https://jarcasting.com/artifacts/io.zipkin.aws/zipkin-autoconfigure-storage-elasticsearch-aws/
implementation ("io.zipkin.aws:zipkin-autoconfigure-storage-elasticsearch-aws:0.18.1")
'io.zipkin.aws:zipkin-autoconfigure-storage-elasticsearch-aws:jar:0.18.1'
<dependency org="io.zipkin.aws" name="zipkin-autoconfigure-storage-elasticsearch-aws" rev="0.18.1">
  <artifact name="zipkin-autoconfigure-storage-elasticsearch-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zipkin.aws', module='zipkin-autoconfigure-storage-elasticsearch-aws', version='0.18.1')
)
libraryDependencies += "io.zipkin.aws" % "zipkin-autoconfigure-storage-elasticsearch-aws" % "0.18.1"
[io.zipkin.aws/zipkin-autoconfigure-storage-elasticsearch-aws "0.18.1"]

Dependencies

compile (2)

Group / Artifact Type Version
com.amazonaws : aws-java-sdk-core jar 1.11.641
com.amazonaws : aws-java-sdk-sts jar 1.11.641

provided (2)

Group / Artifact Type Version
com.linecorp.armeria : armeria jar 0.92.0
org.springframework.boot : spring-boot-autoconfigure jar 2.1.8.RELEASE

test (6)

Group / Artifact Type Version
com.linecorp.armeria : armeria-testing-junit4 jar 0.92.0
org.mockito : mockito-core jar 2.28.2
org.springframework.boot : spring-boot-test jar 2.1.8.RELEASE
junit : junit jar 4.12
org.assertj : assertj-core jar 3.13.2
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.

zipkin-aws

Gitter chat Build Status Maven Central

Shared libraries that provide Zipkin integration with AWS Kinesis, SQS, and X-Ray. Requires JRE 8 or later.

Usage

These components provide Zipkin Reporters and Senders, which build off interfaces provided by the zipkin-reporters-java, and and Collectors, which are used in a Zipkin server.

We also have tracing libraries that extend Brave.

Tracing libraries

Tracing libraries extend Brave and ensure Amazon libraries are visible in your traces.

Instrumentation Description
AWS SDK Traces AmazonWebServiceClient
AWS SDK V2 Traces SdkClient
AWS SQS Messaging Traces AmazonSQS

We also have a library to read Amazon's trace header.

Reporters and Senders

The component in a traced application that sends timing data (spans) out of process is called a Reporter. It is responsible for handling the queueing and encoding of outbound spans.

Reporters that are sending Zipkin data to Zipkin typically make use of a Sender, which implements the wire protocol to a particular technology used to send the encoded spans. Typically Senders are called on interval by an async reporter.

NOTE: Applications can be written in any language. While we currently only have Reporters and Senders in Java, senders in other languages are welcome.

Reporter Description
X-Ray UDP Reports spans to X-Ray, AWS's alternative to Zipkin.
Sender Description
SQS Sends tracing data to Zipkin using SQS, a message queue service.
SQS v2 Sends tracing data to Zipkin using SQS, a message queue service.
Kinesis Sends tracing data to Zipkin using Kinesis, an alternative similar to Kafka.

Collectors

The component in a zipkin server that receives trace data is called a collector. This decodes spans reported by applications and persists them to a configured storage component.

Collector Description
SQS An alternative to Kafka.
Kinesis An alternative to Kafka.

Server integration

Integration with Zipkin server is done for you in [Docker][docker]. If you cannot use Docker, you can integrate a Java module instead.

Configuration layered over Zipkin server is documented here.

Artifacts

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

Library Releases

Releases are at Sonatype and Maven Central

Library Snapshots

Snapshots are uploaded to Sonatype after commits to master.

Docker Images

Released versions of zipkin-aws are published to Docker Hub as openzipkin/zipkin-aws and GitHub Container Registry as ghcr.io/openzipkin/zipkin-aws.

See docker for details.

io.zipkin.aws

Open Zipkin

Versions

Version
0.18.1
0.18.0
0.17.4
0.17.3
0.17.2
0.17.1
0.17.0
0.16.4
0.16.3
0.16.2
0.16.1
0.16.0
0.15.5
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
0.14.0
0.13.3
0.13.2
0.13.1
0.13.0
0.12.1
0.12.0
0.11.2
0.11.0