II.
Tool JSON
Structured · livetool:zipkin
Zipkin json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:zipkin",
"_kind": "Tool",
"_file": "domain/tools/tools-security-observability.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Zipkin",
"homepageUrl": "https://zipkin.io",
"kind": "observability",
"description": "Distributed tracing system originally developed at Twitter that helps gather timing data\nneeded to troubleshoot latency problems in service architectures. Provides a UI to visualize\ntrace waterfalls and service dependency graphs.\n"
},
"outgoingEdges": [
{
"from": "tool:zipkin",
"to": "language:java",
"kind": "belongs_to_language"
},
{
"from": "tool:zipkin",
"to": "skill-area:distributed-tracing",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:zipkin",
"to": "skill-area:observability-pipeline",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:zipkin",
"to": "tool:jaeger",
"kind": "alternative_to",
"attributes": {
"comparison": "Distributed tracing platforms"
}
},
{
"from": "tool:zipkin",
"to": "tool:honeycomb",
"kind": "alternative_to",
"attributes": {
"comparison": "Distributed tracing platforms"
}
}
],
"incomingEdges": [
{
"from": "tool:honeycomb",
"to": "tool:zipkin",
"kind": "alternative_to",
"attributes": {
"comparison": "Distributed tracing platforms"
}
},
{
"from": "tool:jaeger",
"to": "tool:zipkin",
"kind": "alternative_to",
"attributes": {
"comparison": "Distributed tracing platforms"
}
}
]
}