io.github.jeqo.dropwizard:dropwizard-jaeger

Set of modules to simplify dropwizard configuration to different platforms or back-ends

License

License

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.github.jeqo.dropwizard
ArtifactId

ArtifactId

dropwizard-jaeger
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Set of modules to simplify dropwizard configuration to different platforms or back-ends

Download dropwizard-jaeger

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.jeqo.dropwizard/dropwizard-jaeger/ -->
<dependency>
    <groupId>io.github.jeqo.dropwizard</groupId>
    <artifactId>dropwizard-jaeger</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jeqo.dropwizard/dropwizard-jaeger/
implementation 'io.github.jeqo.dropwizard:dropwizard-jaeger:0.1.2'
// https://jarcasting.com/artifacts/io.github.jeqo.dropwizard/dropwizard-jaeger/
implementation ("io.github.jeqo.dropwizard:dropwizard-jaeger:0.1.2")
'io.github.jeqo.dropwizard:dropwizard-jaeger:jar:0.1.2'
<dependency org="io.github.jeqo.dropwizard" name="dropwizard-jaeger" rev="0.1.2">
  <artifact name="dropwizard-jaeger" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jeqo.dropwizard', module='dropwizard-jaeger', version='0.1.2')
)
libraryDependencies += "io.github.jeqo.dropwizard" % "dropwizard-jaeger" % "0.1.2"
[io.github.jeqo.dropwizard/dropwizard-jaeger "0.1.2"]

Dependencies

compile (2)

Group / Artifact Type Version
io.dropwizard : dropwizard-core jar 1.1.2
com.uber.jaeger : jaeger-core jar 0.20.5

Project Modules

There are no modules declared in this project.

DropWizard Modules

Dropwizard wizard modules to reuse common factories and health checks to different back-ends.

Functionality is mean to be simple:

Factories just expose enough configuration to create clients and add client instances as Managed objects.

Health-checks use client instances to validate that back-ends are up and running.

Modules supported

  • Camel
  • Elasticsearch
  • Kafka
  • Jaeger
  • OpenTracing

Versions

Version
0.1.2
0.1.1
0.1.0