https://github.com/openzipkin-contrib/zipkin-storage-forwarder
Zipkin Storage implementation to forward Spans to another collector.
https://github.com/openzipkin-contrib/zipkin-storage-forwarder
Last synced: 2 months ago
JSON representation
Zipkin Storage implementation to forward Spans to another collector.
- Host: GitHub
- URL: https://github.com/openzipkin-contrib/zipkin-storage-forwarder
- Owner: openzipkin-contrib
- License: apache-2.0
- Created: 2019-06-17T14:32:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T07:17:43.000Z (over 1 year ago)
- Last Synced: 2025-03-24T13:11:20.099Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 323 KB
- Stars: 3
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Zipkin Storage Forwarder **EXPERIMENTAL**
[](https://gitter.im/openzipkin/zipkin)
[](https://github.com/openzipkin-contrib/zipkin-storage-forwarder/actions?query=workflow%3Atest)
[](https://search.maven.org/search?q=g:io.zipkin.contrib.zipkin-storage-forwarder%20AND%20a:zipkin-module-storage-forwarder)Zipkin storage implementation to forward spans to another Zipkin server (collector).
Before:
```
[ instrumented client ] --> ( transport ) --> [ zipkin server ]
```Now:
```
[ instrumented client ] --> ( transport 1 ) --> [ zipkin forwarder ] --> ( transport 2 ) --> [ zipkin server ]
```Where `transport 1` could be HTTP or gRPC, and `transport 2` could be Kafka or RabbitMQ.
## Artifacts
All artifacts publish to the group ID "io.zipkin.contrib.zipkin-storage-forwarder". We use a common
release version for all components.### Library Releases
Releases are at [Sonatype](https://oss.sonatype.org/content/repositories/releases) and [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.zipkin.contrib.zipkin-storage-forwarder%22)### Library Snapshots
Snapshots are uploaded to [Sonatype](https://oss.sonatype.org/content/repositories/snapshots) after
commits to master.### Docker Images
Released versions of zipkin-storage-forwarder are published to GitHub Container Registry as
`ghcr.io/openzipkin-contrib/zipkin-storage-forwarder`. See [docker](./docker) for details.