Zipkin Sender: RSocket

Zipkin RSocket sender: send spans to Zipkin Server by RSocket Protocol

License

License

Categories

Categories

Zipkin Application Testing & Monitoring Application Performance Monitoring (APM) Search Business Logic Libraries
GroupId

GroupId

org.mvnsearch
ArtifactId

ArtifactId

zipkin-sender-rsocket
Last Version

Last Version

2.12.1
Release Date

Release Date

Type

Type

jar
Description

Description

Zipkin Sender: RSocket
Zipkin RSocket sender: send spans to Zipkin Server by RSocket Protocol
Project URL

Project URL

https://github.com/linux-china/zipkin-sender-rsocket
Source Code Management

Source Code Management

https://github.com/linux-china/zipkin-sender-rsocket

Download zipkin-sender-rsocket

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
io.zipkin.reporter2 : zipkin-reporter jar 2.12.1
io.rsocket : rsocket-core jar
io.rsocket : rsocket-transport-netty jar

test (1)

Group / Artifact Type Version
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.

Zipkin RSocket Sender

Zipkin RSocket Sender sends a list of encoded spans to zipkin RSocket collector by RSocket's FireAndForget command.

Why RSocket sender?

  • Fast: Async and NoAck(Fire and Forget)
  • Easy to integrate with Reactive System

Where is Zipkin Server with RSocket Collector?

Please visit https://github.com/linux-china/zipkin-rsocket-server for detail and usage.

References

Versions

Version
2.12.1