Service Catalog
Creating a Service
Section titled “Creating a Service”- Navigate to Features > Service Catalog.
- Click New Service.
- Enter a name and description (e.g. “Payment API”, “User Database”).
- Assign one or more monitors to the service.
- Click Save.
Runbooks
Section titled “Runbooks”Attach runbooks to a service to give on-call responders step-by-step instructions for common incidents:
- Title: A short label (e.g. “Restart Payment Service”).
- Content: Markdown-formatted steps.
- URL: Optionally link to an external wiki or document.
When an alert fires for a monitor linked to a service, the runbook is surfaced in the alert notification and dashboard.
Context Links
Section titled “Context Links”Add links to related resources:
- Source code repository.
- Deployment pipeline.
- Monitoring dashboards.
- Architecture documentation.
These links appear on the service detail page and in alert context.
Dependency Graph
Section titled “Dependency Graph”The dependency graph visualizes relationships between services. To define dependencies:
- Open a service.
- Under Dependencies, select other services that this service depends on.
The graph view shows upstream and downstream dependencies, helping you understand the blast radius of an incident.
Service Status
Section titled “Service Status”A service’s overall status is derived from its linked monitors:
| Condition | Service Status |
|---|---|
| All monitors up | Operational |
| One or more monitors degraded | Degraded |
| One or more monitors down | Down |