Adding a service
- Click Add service.
- Fill in:
- Name — unique identifier used in alerts and telemetry (e.g.
payment-service). Use the same name as your OTelservice.nameattribute. - Display name — human-readable name for the UI
- Environment —
production,staging, ordevelopment - Description — optional short description of what this service does
- Team — assign to a team for ownership tracking
- Name — unique identifier used in alerts and telemetry (e.g.
- Click Save.
Service detail
Click a service to open its detail page:| Tab | Content |
|---|---|
| Overview | Health status, recent alerts, linked incidents |
| Telemetry | Latest telemetry review results and coverage score |
| Changes | Recent deployments and Kubernetes events affecting this service |
| Incidents | All incidents where this service was listed as affected |
| Alerts | All alerts received for this service |
Linking services to OTel data
Obsy matches incoming alerts and telemetry to services by theservice.name label/tag. Make sure the name in your OTel SDK instrumentation matches the service name in Obsy exactly (case-sensitive).
Example:
Service environments
Each service is registered in one environment. If you run the same service in multiple environments (e.g. staging and production), register them as separate services:payment-service(production)payment-service-staging(staging)