Visualize, manage, and monitor your service ecosystem
Total Services
Total Connections
Health Status
Critical Path
No services added yet. Click "Add Service" to get started.
No connections defined yet. Click "Add Connection" to create relationships between services.
Health monitoring data will appear here.
Dependency analysis will appear here.
Analytics data will appear here.
Group services by their owning organization
Group services by their deployment environment
Group services by their technology type
Group services by their assigned tags
Balanced connections
Critical services in center
Top-down flow
Paste your YAML configuration below:
Upload a YAML configuration file:
Click to select a YAML file or drag and drop
Supports .yml and .yaml files
File selected:
Ready to import
services
connections
meta
organizations
tags
health
meta: exported_at: "2024-01-15T10:00:00Z" version: "2.0" description: "Service Map Configuration" services: - id: 1 name: "user-service" type: "springboot" description: "User management API" owner: "Platform Team" environment: "production" health: "up" critical: true tags: ["authentication", "api"] connections: - id: 1 source: 1 target: 2 protocol: "HTTP" port: 8080 traffic: "high" description: "API calls"