com.expedia.www:zipkin-blobs

Set of libraries that allow one to write serialized files with metadata to external storage and read back

License

License

Categories

Categories

Zipkin Application Testing & Monitoring Application Performance Monitoring (APM)
GroupId

GroupId

com.expedia.www
ArtifactId

ArtifactId

zipkin-blobs
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Set of libraries that allow one to write serialized files with metadata to external storage and read back

Download zipkin-blobs

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.expedia.www : blobs-core jar 1.1.0
io.zipkin.brave : brave jar 5.9.0
org.apache.commons : commons-lang3 jar 3.4

test (7)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.25
org.easymock : easymock jar 3.4
org.scala-lang : scala-library jar 2.12.5
org.scala-lang : scala-reflect jar 2.12.5
org.scalatest : scalatest_2.12 jar 3.0.3
org.pegdown : pegdown jar 1.6.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Build Status License

Blobs

This repository contains all the modules needed for an application. From creation of a blob, write it to a particular storage sink to read that blob back anytime you want. A blob can be any data that you may need to store somewhere for future need, preferably request and response data of a service.

This library is divided into two for different types of usages:

  1. Standalone

  2. Haystack

    For more information on haystack please refer this.

Table of content

Setup

Clone

Use the following command to clone the repository including the submodules present in it:

git clone --recursive [email protected]:ExpediaDotCom/blobs.git

Build

Use the following command to build the repository:

mvn clean package

Blobs Core

This module contains all the core classes needed to instrument the creation of the blobs and then start the process of writing it to a store. Only the Blob Model is created by the blob.proto present in model module inside the package com.expedia.www.blobs.model.

Stores

Click here for more details.

Versions

Version
1.1.0