{"id":21193709,"url":"https://github.com/danielmschmidt/zipkin-playground","last_synced_at":"2025-10-12T22:39:52.017Z","repository":{"id":145763637,"uuid":"117880446","full_name":"DanielMSchmidt/zipkin-playground","owner":"DanielMSchmidt","description":"This is a repo full of examples with zipkin opentracing compatible APIs that I want to use for a talk of mine about client side tracing.","archived":false,"fork":false,"pushed_at":"2023-12-15T05:30:08.000Z","size":44,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-12T22:39:51.205Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DanielMSchmidt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-17T19:09:01.000Z","updated_at":"2018-11-06T17:53:20.000Z","dependencies_parsed_at":"2023-12-15T06:45:28.200Z","dependency_job_id":null,"html_url":"https://github.com/DanielMSchmidt/zipkin-playground","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DanielMSchmidt/zipkin-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMSchmidt%2Fzipkin-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMSchmidt%2Fzipkin-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMSchmidt%2Fzipkin-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMSchmidt%2Fzipkin-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanielMSchmidt","download_url":"https://codeload.github.com/DanielMSchmidt/zipkin-playground/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMSchmidt%2Fzipkin-playground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013279,"owners_count":26085250,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T19:15:20.617Z","updated_at":"2025-10-12T22:39:52.001Z","avatar_url":"https://github.com/DanielMSchmidt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zipkin Opentracing Playground [![Build Status](https://travis-ci.org/DanielMSchmidt/zipkin-playground.svg?branch=master)](https://travis-ci.org/DanielMSchmidt/zipkin-playground)\n\nThis is a repo full of examples with zipkin opentracing compatible APIs that I want\nto use for a talk of mine about client side tracing.\n\n\n## Start\n\nIf you just want a bunch of services you can interact and play with, try running `docker-compose up`, this will spawn you these services:\n\n- **Zipkin**: 9411\n- **ID-Service**:\n    - *alfred-id*: 3001\n    - *batman-id*: 3002\n    - *catwoman-id*: 3003\n- **Spread-Service**\n    - *spread-daenerys*: 4001\n    - *spread-eddard-stark*: 4002\n\n## ID-Service\n\nThe idea is to have a service that just returns what is posted to it after a timespan,\nso that I can easily setup different scenarios from the call side without the need to\ndeploy a different service. To make the graphs more interesting a param also controls\nhow long the service should take.\n\n```json\n{\n    \"body\": \"42\",\n    \"delay\": 200\n}\n```\n\n## Spread-Service\n\nTo have nicer graphs this service gets a set of endpoints to call with an array like this:\n\n\n```json\n[{\n    \"endpoint\": \"http://foo.bar.com/nice\",\n    \"body\": \"{\\\"result\\\": \\\"id-42\\\"}\",\n    \"delay\": 800\n}]\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmschmidt%2Fzipkin-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielmschmidt%2Fzipkin-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmschmidt%2Fzipkin-playground/lists"}