Commit graph

342 commits

Author SHA1 Message Date
Nawaz Dhandala
abd9741337
refactor: Format comments in MoveTelemetryServiceTokenToTelemetryIngestionKey migration for clarity
Some checks failed
Push Release Images to Docker Hub and GitHub Container Registry / nginx-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / e2e-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / isolated-vm-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / home-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / test-server-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / otel-collector-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / status-page-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / test-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / probe-ingest-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / server-monitor-ingest-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / telemetry-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / incoming-request-ingest-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / probe-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / admin-dashboard-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / infrastructure-agent-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / Publish GitHub release (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / dashboard-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / app-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / accounts-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / ai-agent-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / publish-npm-packages (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / docs-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / worker-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / workflow-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / publish-terraform-provider (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / api-reference-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / Push release tags before GitHub release (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / test-e2e-release-saas (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / test-e2e-release-self-hosted (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / Create draft GitHub release (push) Has been cancelled
2026-01-10 09:29:27 +00:00
Nawaz Dhandala
54b1a74dc2
refactor: Update telemetry service references to use ServiceService in AddTelemetryServiceColor migration 2026-01-10 09:28:59 +00:00
Nawaz Dhandala
e7089e9e85
Refactor TelemetryService to Service across the application
- Replaced all instances of TelemetryService with Service in components, pages, and utilities.
- Updated related imports and state management to reflect the new Service model.
- Removed the TelemetryServices view and associated routes, as it is no longer needed.
- Adjusted breadcrumb and route mappings to remove references to Telemetry Services.
- Ensured that all relevant functionality, such as logs and metrics, now utilize the Service model.
2026-01-09 15:49:52 +00:00
Nawaz Dhandala
94c8a25bfd
refactor: Simplify code formatting and improve readability across multiple files 2026-01-09 13:58:15 +00:00
Nawaz Dhandala
21232465bc
feat: Add Service Owners, Settings, Side Menu, Telemetry Services, and Traces pages
- Implemented Service Owners page with team and user management.
- Created Service Settings page for configuring service properties.
- Developed a Side Menu for navigation within the service view.
- Added Telemetry Services page to manage telemetry service assignments.
- Introduced Traces page to display trace data for assigned telemetry services.
- Updated routing to include new service-related pages.
- Enhanced breadcrumbs for improved navigation context.
2026-01-09 13:53:21 +00:00
Nawaz Dhandala
1f793e8750
feat: Add job to reset stuck AI Agent tasks to Scheduled status 2025-12-29 15:54:18 +00:00
Nawaz Dhandala
818a638580
feat(ai-agent): Add cron jobs for sending owner notifications and updating connection status 2025-12-24 14:22:04 +00:00
Nawaz Dhandala
1076987cc8
feat: Implement SMS template variable handling with plain text conversion for notifications 2025-12-18 21:37:01 +00:00
Nawaz Dhandala
6335887d62
feat: Reduce npm fetch retry timeout values in Dockerfiles 2025-12-16 13:30:12 +00:00
Nawaz Dhandala
bb2bd2dde9
feat: Update subject line formatting for incident notifications 2025-12-12 22:25:06 +00:00
Nawaz Dhandala
7d468be1e3
feat: Add previous state duration details to alert, incident, and scheduled maintenance notifications 2025-12-12 21:57:50 +00:00
Nawaz Dhandala
8f8704e2d0
Remove AI Copilot feature and related components
- Deleted the CodeRepositoryPage component and its associated routes.
- Removed AI Copilot breadcrumbs and references from the PageMap and RouteMap.
- Eliminated the LLM Server deployment documentation and introduction content.
- Cleaned up related data migrations and jobs for Copilot actions.
- Updated navigation to exclude Copilot links.
2025-12-11 21:52:49 +00:00
Nawaz Dhandala
c617372e37
feat: Add repository field to package.json files across the project 2025-12-11 21:31:52 +00:00
Nawaz Dhandala
c2a8431624
feat: implement StatusPageResourceUtil for grouping resources by their group name 2025-12-10 11:24:51 +00:00
Nawaz Dhandala
607bdaecbc
feat: enhance notification templates to use custom configurations for SMS and email 2025-12-08 17:23:25 +00:00
Nawaz Dhandala
8d9d1b9182
refactor: clean up notification templates and improve code readability 2025-12-08 16:14:44 +00:00
Nawaz Dhandala
a1999f12e7
Enhance notification system with custom templates for incident notes, state changes, and scheduled maintenance
- Integrated custom notification templates for email, SMS, Slack, and Microsoft Teams in IncidentPublicNote, IncidentStateTimeline, ScheduledMaintenancePublicNote, and ScheduledMaintenanceStateTimeline jobs.
- Added logic to fetch and compile templates based on notification method and event type.
- Improved message formatting by including dynamic variables such as incident details, resources affected, and unsubscribe links.
- Updated email sending logic to utilize custom templates where available, falling back to default messages when necessary.
- Enhanced logging for better tracking of notification dispatches.
2025-12-08 16:11:12 +00:00
Nawaz Dhandala
eb7db11cd6
refactor: Remove StatusPageSubscriberNotification utility functions and related types 2025-12-08 14:37:50 +00:00
Nawaz Dhandala
f79b1cec03
feat: Add type annotations for improved type safety in notification services and templates 2025-12-08 12:12:24 +00:00
Nawaz Dhandala
ec10cefbb2
feat: Implement Status Page Subscriber Notification utilities and templates 2025-12-08 11:34:55 +00:00
Nawaz Dhandala
e6c7eceb57
fix: streamline SMS notification messages for various job handlers
Some checks failed
Push Release Images to Docker Hub and GitHub Container Registry / telemetry-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / incoming-request-ingest-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / probe-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / admin-dashboard-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / publish-terraform-provider (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / api-reference-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / publish-mcp-server (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / nginx-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / e2e-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / isolated-vm-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / home-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / test-server-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / otel-collector-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / status-page-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / test-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / probe-ingest-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / server-monitor-ingest-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / dashboard-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / app-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / copilot-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / accounts-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / docs-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / worker-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / workflow-docker-image-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / Push release tags before GitHub release (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / test-e2e-release-saas (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / test-e2e-release-self-hosted (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / Create draft GitHub release (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / infrastructure-agent-deploy (push) Has been cancelled
Push Release Images to Docker Hub and GitHub Container Registry / Publish GitHub release (push) Has been cancelled
2025-12-05 21:27:07 +00:00
Nawaz Dhandala
e21d080e6f
fix: add previous status and color to notification data in SendStatusChangeNotification 2025-12-05 18:55:49 +00:00
Nawaz Dhandala
91bf55dc20
refactor: simplify logging for previous status duration and improve code formatting
Some checks are pending
Push Test Images to Docker Hub and GitHub Container Registry / status-page-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / test-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / probe-ingest-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / server-monitor-ingest-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / incoming-request-ingest-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / telemetry-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / probe-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / dashboard-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / admin-dashboard-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / app-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / api-reference-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / accounts-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / worker-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / copilot-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / workflow-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / docs-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / publish-terraform-provider (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / test-helm-chart (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / test-e2e-test-saas (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / test-e2e-test-self-hosted (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / infrastructure-agent-deploy (push) Blocked by required conditions
Common Test / test (push) Waiting to run
Incoming Request Ingest Test / test (push) Waiting to run
MCP Server Test / test (push) Waiting to run
ProbeIngest Test / test (push) Waiting to run
Probe Test / test (push) Waiting to run
Telemetry Test / test (push) Waiting to run
Tests / test-home (push) Waiting to run
Tests / test-worker (push) Waiting to run
Tests / test-app (push) Waiting to run
2025-12-04 09:17:31 +00:00
Nawaz Dhandala
d20a125742
refactor: update previous status duration handling in notification template and logging 2025-12-04 09:14:41 +00:00
Nawaz Dhandala
d10bcd2edd
refactor: enhance code readability by adding comments for previous status duration calculation 2025-12-04 08:59:04 +00:00
Nawaz Dhandala
0b32408bf2
refactor: update notification template and improve duration calculation logic 2025-12-04 08:58:42 +00:00
Nawaz Dhandala
2640ea8c10
refactor: streamline previous status duration calculation in notification
Some checks are pending
Push Test Images to Docker Hub and GitHub Container Registry / status-page-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / test-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / probe-ingest-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / server-monitor-ingest-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / incoming-request-ingest-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / telemetry-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / probe-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / dashboard-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / admin-dashboard-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / app-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / api-reference-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / accounts-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / worker-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / copilot-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / workflow-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / docs-docker-image-deploy (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / publish-terraform-provider (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / test-helm-chart (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / test-e2e-test-saas (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / test-e2e-test-self-hosted (push) Blocked by required conditions
Push Test Images to Docker Hub and GitHub Container Registry / infrastructure-agent-deploy (push) Blocked by required conditions
Common Test / test (push) Waiting to run
Incoming Request Ingest Test / test (push) Waiting to run
MCP Server Test / test (push) Waiting to run
ProbeIngest Test / test (push) Waiting to run
Probe Test / test (push) Waiting to run
Telemetry Test / test (push) Waiting to run
Tests / test-app (push) Waiting to run
Tests / test-home (push) Waiting to run
Tests / test-worker (push) Waiting to run
2025-12-03 23:21:07 +00:00
Nawaz Dhandala
f3180d3a83
feat: add previous status duration calculation to status change notification 2025-12-03 23:18:35 +00:00
Nawaz Dhandala
44d1183066
feat: add monitor destination and request type details to notification templates and services 2025-12-03 23:08:04 +00:00
Nawaz Dhandala
8ea9084d9e
feat: enhance notification templates and logic to include previous state information for alerts, incidents, monitors, and scheduled maintenance 2025-12-03 22:25:45 +00:00
Nawaz Dhandala
f572eb6f93
feat: add subscriber notification fields and migration for postmortem 2025-12-03 19:18:43 +00:00
Nawaz Dhandala
d7582337bf
fix: remove ignoreHooks option from incident status update in postmortem notification 2025-12-03 19:11:00 +00:00
Nawaz Dhandala
23043462d7
fix: correct incident number retrieval in postmortem notification logic 2025-12-03 19:08:29 +00:00
Nawaz Dhandala
4437e912a3
feat: add notifySubscribersOnPostmortemPublished field and update notification logic 2025-12-03 19:05:28 +00:00
Nawaz Dhandala
937d4675a8
feat: add postmortem notification system for subscribers 2025-12-03 19:03:02 +00:00
Nawaz Dhandala
74f17fa45c
fix: handle notification skipping for already notified scheduled maintenance events
Some checks are pending
Push Release Images to Docker Hub and GitHub Container Registry / workflow-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / publish-terraform-provider (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / e2e-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / isolated-vm-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / home-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / test-server-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / otel-collector-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / probe-ingest-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / server-monitor-ingest-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / telemetry-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / incoming-request-ingest-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / probe-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / admin-dashboard-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / dashboard-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / app-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / copilot-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / accounts-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / generate-build-number (push) Waiting to run
Push Release Images to Docker Hub and GitHub Container Registry / read-version (push) Waiting to run
Push Release Images to Docker Hub and GitHub Container Registry / helm-chart-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / publish-mcp-server (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / status-page-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / test-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / Publish GitHub release (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / nginx-docker-image-deploy (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / Push release tags before GitHub release (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / test-e2e-release-saas (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / test-e2e-release-self-hosted (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / Create draft GitHub release (push) Blocked by required conditions
Push Release Images to Docker Hub and GitHub Container Registry / infrastructure-agent-deploy (push) Blocked by required conditions
2025-12-02 14:22:10 +00:00
Nawaz Dhandala
b19a5fa58a
feat: add isCreatedState and isScheduledState checks to skip notifications for already notified incidents 2025-12-02 14:21:52 +00:00
simlarsen
f52e73afb2 chore: npm audit fix 2025-11-25 01:48:46 +00:00
simlarsen
ac239ffe4d chore: npm audit fix 2025-11-20 01:45:52 +00:00
Nawaz Dhandala
9336a33e47
Enhance notification templates to include conditional details URLs for improved user guidance 2025-11-19 18:00:08 +00:00
Nawaz Dhandala
e767b3f4b7
Refactor ScheduledMaintenanceService and related migrations to improve notification settings handling and enhance code clarity 2025-11-19 17:42:37 +00:00
Nawaz Dhandala
848c441419
refactor: simplify API route attachment and improve error handling in UserAPI 2025-11-17 14:41:02 +00:00
Nawaz Dhandala
93721350c6
feat: update logo URL handling and introduce UserAPI for profile picture management 2025-11-17 14:09:38 +00:00
Nawaz Dhandala
1bc6eca55c
refactor: streamline logo URL route handling in various components 2025-11-17 13:56:40 +00:00
Nawaz Dhandala
29560e3a4a
feat: update logo URL handling for status pages across various services 2025-11-17 13:45:36 +00:00
simlarsen
dade1d0403 chore: npm audit fix 2025-11-15 01:44:36 +00:00
Nawaz Dhandala
2f8fcabce4
refactor: clean up code formatting and improve readability in Telemetry and ExceptionInstanceTable components 2025-11-13 14:35:36 +00:00
Nawaz Dhandala
0bc14acde9
feat: migrate exception monitors to ExceptionInstance (analytics)
- Replace TelemetryException with ExceptionInstance across types and telemetry query
- Rename MonitorStepExceptionMonitorUtil.toQuery -> toAnalyticsQuery and map fields (telemetryServiceId->serviceId, lastSeenAt->time)
- Use ExceptionInstanceService and Query<ExceptionInstance> in MonitorTelemetryMonitor
- Minor MonitorResource variable cleanup for ExceptionMonitorResponse
- Add ExceptionInstanceTable component and switch UI (forms, Alert/Incident views) to use ExceptionInstance
2025-11-13 14:33:01 +00:00
Nawaz Dhandala
93755da2e8
Merge branch 'master' of https://github.com/OneUptime/oneuptime 2025-11-13 12:06:46 +00:00
Nawaz Dhandala
ca352826ca
Add Exception Monitor functionality with related types and components 2025-11-13 12:02:17 +00:00