io.github.openfeign.opentracing:feign-opentracing-parent

OpenTracing OpenFeign integration

License

License

Categories

Categories

Feign Net HTTP Clients
GroupId

GroupId

io.github.openfeign.opentracing
ArtifactId

ArtifactId

feign-opentracing-parent
Last Version

Last Version

0.4.1
Release Date

Release Date

Type

Type

pom
Description

Description

io.github.openfeign.opentracing:feign-opentracing-parent
OpenTracing OpenFeign integration
Project URL

Project URL

https://github.com/OpenFeign/feign-opentracing
Source Code Management

Source Code Management

https://github.com/OpenFeign/feign-opentracing

Download feign-opentracing-parent

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.openfeign.opentracing/feign-opentracing-parent/ -->
<dependency>
    <groupId>io.github.openfeign.opentracing</groupId>
    <artifactId>feign-opentracing-parent</artifactId>
    <version>0.4.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.openfeign.opentracing/feign-opentracing-parent/
implementation 'io.github.openfeign.opentracing:feign-opentracing-parent:0.4.1'
// https://jarcasting.com/artifacts/io.github.openfeign.opentracing/feign-opentracing-parent/
implementation ("io.github.openfeign.opentracing:feign-opentracing-parent:0.4.1")
'io.github.openfeign.opentracing:feign-opentracing-parent:pom:0.4.1'
<dependency org="io.github.openfeign.opentracing" name="feign-opentracing-parent" rev="0.4.1">
  <artifact name="feign-opentracing-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.openfeign.opentracing', module='feign-opentracing-parent', version='0.4.1')
)
libraryDependencies += "io.github.openfeign.opentracing" % "feign-opentracing-parent" % "0.4.1"
[io.github.openfeign.opentracing/feign-opentracing-parent "0.4.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • feign-opentracing
  • feign-hystrix-opentracing

Build Status Released Version

OpenTracing Feign Instrumentation

OpenTracing instrumentation for Feign client. This instrumentation creates a client span for each outgoing request.

Configuration & Usage

Feign

Feign feign = Feign.builder()
    .client(new TracingClient(feignCompatibleClient, tracer))
    .build();

HystrixFeign

TracingConcurrencyStrategy.register();

and create feign client like it is described above.

Development

./mvnw clean install

Release

Follow instructions in RELEASE

io.github.openfeign.opentracing

Versions

Version
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
0.1.0-RC1
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1