Zipkin: Add node graph view to trace response (#34414)

* Add graph transform

* Add tests

* Refactor code

* Update test

* Fix zipkin block

Co-authored-by: David Kaltschmidt <david.kaltschmidt@gmail.com>
This commit is contained in:
Andrej Ocenas
2021-05-20 10:01:28 +02:00
committed by GitHub
parent d1d118a474
commit 615de9bf34
10 changed files with 471 additions and 228 deletions

View File

@@ -1,16 +1,16 @@
# Generate traffic by hitting http://localhost:8081
frontend-example:
frontend:
image: ghcr.io/openzipkin/brave-example
entrypoint: start-frontend
ports:
- 8081:8081
depends_on:
backend-example:
backend:
condition: service_healthy
zipkin:
condition: service_started
# Serves the /api endpoint the frontend uses
backend-example:
backend:
image: ghcr.io/openzipkin/brave-example
entrypoint: start-backend
depends_on: