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: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
We recommend registering each environment as a separate service entry:payment-service→ productionpayment-service-staging→ staging
env:production) to distinguish environments. This works for alerts but means telemetry reviews cover all environments together.