II.
Library JSON
Structured · livelibrary:structlog
structlog json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:structlog",
"_kind": "Library",
"_file": "domain/libraries/libraries-python-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "structlog",
"belongsToLanguageId": "language:python",
"category": "logging",
"description": "Structured logging library for Python that wraps standard logging with\nkey-value context, processors pipeline, and JSON/console renderers.\n"
},
"outgoingEdges": [
{
"from": "library:structlog",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:structlog",
"to": "skill-area:observability-instrumentation",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:structlog",
"to": "library:loguru",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:tracing-rs",
"to": "library:structlog",
"kind": "alternative_to"
},
{
"from": "stack-profile:autonomous-agent-fleet",
"to": "library:structlog",
"kind": "composed_of"
}
]
}