https://github.com/carno-php/traced-relay
https://github.com/carno-php/traced-relay
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/carno-php/traced-relay
- Owner: carno-php
- License: mit
- Created: 2019-07-22T07:15:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T07:15:30.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T06:48:04.839Z (over 1 year ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Traced:relay - local agent for spans transport
# Installation
```bash
composer require carno-php/traced-relay
```
# Docker
```bash
docker run --rm -it -p 1234:1234/udp \
carno/traced-relays \
--socket-bind=udp://0.0.0.:1234 \
--tracing-addr=zipkin://endpoint:80/api/v2/spans
```