Overview
StrataGateway monitoring is being designed to provide visibility into infrastructure health and resource behavior. The platform aims to offer a coherent observability model for operators and developers managing workloads on StrataGateway.
StrataGateway monitoring capabilities are currently being designed. Metrics, retention periods, alerting behavior, dashboards, APIs, integrations, and available resource signals may change before public release.
Do not imply that production monitoring is currently available.
Monitoring model
The conceptual monitoring flow follows this pattern:
Conceptual flow
Infrastructure Resource
→ Metrics & Events
→ StrataGateway Monitoring Layer
→ Dashboard / API / AlertsThe intended monitoring layers include:
Exact metric names and collection intervals are still being defined.
Instance metrics
The following table outlines planned instance-level metrics:
Final metric availability may depend on instance type, operating system, telemetry configuration, and platform capabilities. Do not claim every metric will be available for every operating system or compute product.
Network metrics
Planned networking visibility includes the following potential signals:
Do not claim packet inspection or deep traffic inspection. Do not claim exact packet-loss or latency measurements unless explicitly implemented.
Storage metrics
Storage monitoring is planned to provide visibility into storage-related resource behavior. Potential signals include:
Exact storage metrics will depend on the final Block Storage and Object Storage implementations. Do not invent IOPS limits or throughput guarantees.
Health status
The planned concept of health states summarizes infrastructure-level operational signals for a resource:
Illustrative health model
Healthy
Operating within expected parameters.
Degraded
Experiencing reduced performance or partial impact.
Unavailable
Not reachable or not responding to health checks.
Unknown
Insufficient data to determine health state.
A resource health state is intended to summarize infrastructure-level operational signals. It does not necessarily represent application-level health inside a customer's workload.
Do not claim that StrataGateway can automatically determine whether a customer application is functioning correctly.
Metrics timeline
The planned metrics timeline concept supports the following illustrative time ranges:
Illustrative monitoring interface
Metric retention periods and available time ranges are still being designed.
Avoid fake screenshots. Use existing panels and tables only.
Alerting
Alerting is planned but not yet publicly available. Potential future alert conditions include:
Illustrative alert model:
Alert flow
Metric / Event
→ Condition
→ Alert
→ Notification ChannelPotential notification channels:
Planned
Final alert conditions and notification channels are not yet finalized. Do not invent exact thresholds. Do not imply alert emails or webhooks currently work.
Resource events
Operational events are intended to help developers understand important resource lifecycle activity. Illustrative events:
Event names are illustrative and not a final public event schema. Do not present them as existing production event names.
API access
Monitoring data is intended to become accessible programmatically through the StrataGateway API.
Illustrative endpoint
Illustrative endpoint
GET /v1/instances/{instance_id}/metricsIllustrative response
Illustrative response
{
"resource_id": "inst_7a91c2",
"metric": "cpu_usage",
"points": [
{
"timestamp": "2026-07-26T12:00:00Z",
"value": 38.4
}
]
}Endpoint paths, response formats, metric names, timestamps, and query parameters are not finalized.
Operational workflow
A recommended conceptual troubleshooting workflow:
1.
Check resource health
2.
Review infrastructure metrics
3.
Review recent events
4.
Check networking and firewall configuration
5.
Inspect workload logs inside the instance
6.
Review platform status
7.
Escalate when necessary
Platform monitoring vs. Application monitoring
StrataGateway monitoring is intended to provide infrastructure-level observability. Application-level tools such as application logs, APM, tracing, and application-specific metrics remain the responsibility of the workload owner unless future integrations provide additional capabilities.
Security considerations
Monitoring data may reveal infrastructure behavior and should be handled appropriately:
Planned access controls will govern monitoring data access.
Planned integrations
Potential future integrations for monitoring workflows:
Integration priorities may change as the monitoring architecture evolves. Do not claim official Prometheus or Grafana integrations exist. Do not use their logos. Do not imply partnership or certification.
Monitoring and service status
It is important to distinguish between:
Resource Monitoring
Individual customer infrastructure and operational signals.
Service Status
Availability and operational condition of StrataGateway platform services.
Link to the existing Service Status route only if it exists. Do not create a new status implementation as part of this task.
Next steps
Next
BackupsCloud Compute
Provision and manage compute instances.
Networking
Learn how compute instances connect.
Firewalls
Control traffic policies.
REST API
Automate infrastructure provisioning.
Authentication
Token-based authentication and identity boundaries.
Security
Infrastructure hardening and access controls.
Service Status
Platform health and incident reporting.
Was this page helpful?