II.
Tool JSON
Structured · livetool:tempo
Grafana Tempo json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:tempo",
"_kind": "Tool",
"_file": "domain/tools/tools-security-observability.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Grafana Tempo",
"homepageUrl": "https://grafana.com/oss/tempo/",
"kind": "observability",
"description": "Cost-effective distributed tracing backend by Grafana Labs that stores traces in object storage\n(S3, GCS, Azure Blob) without indexing, supporting Jaeger, Zipkin, and OTLP ingest formats.\nIntegrates with Grafana for trace-to-log and trace-to-metrics correlation.\n"
},
"outgoingEdges": [
{
"from": "tool:tempo",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "tool:tempo",
"to": "skill-area:distributed-tracing",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:tempo",
"to": "skill-area:observability-pipeline",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:tempo",
"to": "tool:jaeger",
"kind": "alternative_to",
"attributes": {
"comparison": "Distributed tracing backends — Tempo uses object storage; Jaeger uses Elasticsearch/Cassandra"
}
}
],
"incomingEdges": [
{
"from": "stack-profile:observability-stack",
"to": "tool:tempo",
"kind": "composed_of"
},
{
"from": "tool-server:mcp-opentelemetry",
"to": "tool:tempo",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-tempo",
"to": "tool:tempo",
"kind": "integrates_with",
"attributes": {}
}
]
}