II.
StackPart JSON
Structured · livestack-part:metrics
Metrics json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-part:metrics",
"_kind": "StackPart",
"_file": "domain/stack-parts/metrics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Metrics",
"category": "observability",
"description": "Time-series metrics collection and alerting. Examples: Prometheus, Datadog, New Relic.\n",
"commonImplementations": [
"tool:prometheus",
"tool:datadog"
]
},
"outgoingEdges": [
{
"from": "stack-part:metrics",
"to": "tool:prometheus",
"kind": "implemented_by"
},
{
"from": "stack-part:metrics",
"to": "tool:datadog",
"kind": "implemented_by"
}
],
"incomingEdges": [
{
"from": "platform-service:aws-cloudwatch",
"to": "stack-part:metrics",
"kind": "implements_stack_part"
},
{
"from": "platform-service:aws-cloudwatch",
"to": "stack-part:metrics",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "platform-service:azure-monitor",
"to": "stack-part:metrics",
"kind": "implements_stack_part"
},
{
"from": "platform-service:azure-monitor",
"to": "stack-part:metrics",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "tool:prometheus",
"to": "stack-part:metrics",
"kind": "implements_stack_part"
},
{
"from": "tool-server:mcp-datadog",
"to": "stack-part:metrics",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-grafana",
"to": "stack-part:metrics",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-prometheus",
"to": "stack-part:metrics",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-newrelic",
"to": "stack-part:metrics",
"kind": "integrates_with",
"attributes": {}
}
]
}