Nawaz Dhandala
fb8fa899b0
fix: update comments for clarity on telemetry route mounting during feature-set initialization
2026-04-03 20:46:05 +01:00
Nawaz Dhandala
720399c8b8
fix: reorganize telemetry route mounting for better clarity and maintainability
2026-04-03 20:14:11 +01:00
Nawaz Dhandala
788eeae500
fix: remove duplicate project selection callback in DashboardProjectPicker
2026-04-03 14:23:04 +01:00
Nawaz Dhandala
b7a4214fa4
fix: add missing declaration for CSS module in TypeScript definitions
2026-04-03 12:01:11 +01:00
Nawaz Dhandala
5e9034dd76
refactor: simplify arrow function syntax and improve readability in dashboard components
2026-04-03 11:43:37 +01:00
Nawaz Dhandala
26bcc69fa2
Enhance Traces Dashboard with latency percentiles and service health metrics
...
- Added global P50, P95, and P99 latency calculations to the TracesDashboard component.
- Introduced a new formatDuration function to format latency values for display.
- Updated service summaries to include per-service P50 and P95 latencies.
- Improved the layout of the dashboard to display overall requests, error rates, and latency metrics.
- Refactored service health indicators to visually represent error rates with color coding.
- Adjusted the display of recent errors and slow requests for better user experience.
- Updated E2E tests for admin and public dashboards to include response type checks.
2026-04-03 11:34:06 +01:00
Nawaz Dhandala
cf166da6de
Merge branch 'master' into release
2026-04-03 09:38:46 +01:00
Nawaz Dhandala
a2dc9bf1c8
Merge branch 'master' of https://github.com/OneUptime/oneuptime into codex/fix-ci-10-0-45
2026-04-03 09:22:07 +01:00
Nawaz Dhandala
263d745d0a
fix: update GoReleaser action to v6.1.0 and clean up MetricsDashboard component
2026-04-03 09:22:00 +01:00
simlarsen
148813786a
chore: npm audit fix
2026-04-03 02:38:34 +00:00
Nawaz Dhandala
8101f4a459
feat: add parseBody middleware for handling gzip and protobuf requests in OpenTelemetry routes
2026-04-02 23:46:57 +01:00
Nawaz Dhandala
8d07271aa1
chore: update package dependencies and enhance frontend script for missing installations
2026-04-02 23:16:06 +01:00
Nawaz Dhandala
abb3942c44
refactor: clean up code formatting and remove unused imports in Metrics components
2026-04-02 21:38:14 +01:00
Nawaz Dhandala
a54234609f
feat: implement MetricsDashboard and MetricsListPage components, update routing and descriptions for improved clarity
2026-04-02 19:10:10 +01:00
Nawaz Dhandala
214c9e013c
feat: enhance empty state visualization in TracesDashboard with improved SVG graphics
2026-04-02 18:35:11 +01:00
Nawaz Dhandala
b0c9de4d82
feat: add Exceptions page and integrate with routing and side menu
2026-04-02 18:20:36 +01:00
Nawaz Dhandala
e98b424168
refactor: improve code readability by formatting and using optional chaining for req.body
2026-04-02 18:11:42 +01:00
Nawaz Dhandala
7521fe218d
feat: remove unused OneUptimeDate import from ExceptionsDashboard component
2026-04-02 17:53:42 +01:00
Nawaz Dhandala
8af6e48d70
feat: add ExceptionsOverview page and dashboard components, update routing and breadcrumbs for exceptions
2026-04-02 17:28:01 +01:00
Nawaz Dhandala
7569a50c56
feat: add TracesDashboard and TracesListPage components, update routing and breadcrumbs for traces
2026-04-02 17:24:19 +01:00
Nawaz Dhandala
20f314512d
feat: add ProfilesDashboard and ProfilesListPage components, update routing and breadcrumbs for profiles
2026-04-02 17:15:42 +01:00
Nawaz Dhandala
cdbbcdfe27
refactor: update proto file paths to use relative directory resolution
2026-04-02 15:23:13 +01:00
Nawaz Dhandala
4e2ca87752
refactor: improve readability of messages and code formatting in various components
2026-04-02 14:33:46 +01:00
Nawaz Dhandala
5f398bdb31
Add utility classes for telemetry: Monitor, StackTrace, and Syslog parsing
...
- Implemented MonitorUtil for managing monitor secrets and populating them in monitor steps and tests.
- Created StackTraceParser to parse and structure stack traces from various programming languages.
- Developed SyslogParser to handle and parse syslog messages in both RFC 5424 and RFC 3164 formats.
2026-04-02 14:04:13 +01:00
Nawaz Dhandala
69c6b332c1
Merge branch 'master' of https://github.com/OneUptime/oneuptime
2026-04-02 12:37:07 +01:00
Nawaz Dhandala
e15a934b3f
refactor: update terminology and improve messaging for performance profiling components
2026-04-02 12:37:03 +01:00
Nawaz Dhandala
ea71c8bd75
feat: Implement Workflow API and Queue Management
...
- Added ManualAPI for manually triggering workflows via GET and POST requests.
- Introduced WorkflowAPI for updating workflows with authorization checks.
- Created documentation for JavaScript and Webhook components.
- Established WorkflowFeatureSet to initialize routing and job processing.
- Developed QueueWorkflow service for managing workflow queue operations.
- Implemented RunWorkflow service to execute workflows with error handling and logging.
- Added utility for loading component metadata dynamically.
2026-04-01 22:05:19 +01:00
Nawaz Dhandala
5d3885c8a5
feat: enhance MonitorCustomMetrics to include ListResult type for API response; improve query documentation
2026-04-01 18:54:11 +01:00
Nawaz Dhandala
da44cd34f8
feat: update MonitorCustomMetrics to fetch custom metrics from AnalyticsModelAPI; enhance metric name extraction logic
2026-04-01 18:49:57 +01:00
Nawaz Dhandala
ffa2d3f008
refactor: clean up code formatting and improve readability across multiple components
2026-04-01 18:18:20 +01:00
Nawaz Dhandala
d8aea2627b
feat: add MonitorCustomMetrics component for displaying custom metrics; enhance MonitorMetrics to include custom metrics tab
2026-04-01 15:35:11 +01:00
Nawaz Dhandala
ecbca3208f
feat: add onIncidentClick handler to various components for incident navigation; enhance Tooltip with animation support
2026-04-01 14:58:58 +01:00
Nawaz Dhandala
505c143ddf
feat: enhance MetricCharts and ChartGroup with metric info handling and modal display; update UptimeBarTooltip styles and Tooltip theme
2026-04-01 14:45:21 +01:00
Nawaz Dhandala
cdb63031d8
feat: add custom metrics capturing functionality in custom code and synthetic monitors
2026-04-01 14:34:05 +01:00
Nawaz Dhandala
832b87e6d5
feat: implement incident handling in uptime graphs with tooltips and modals for better user experience
2026-04-01 12:42:00 +01:00
Nawaz Dhandala
dacf71a75d
feat: add chartType property to MetricQueryConfigData for MonitorAlertMetrics and MonitorIncidentMetrics
2026-04-01 11:44:58 +01:00
Nawaz Dhandala
ac39602ef6
feat: enhance Metrics and Incident services with Search integration for improved data handling
2026-04-01 09:31:05 +01:00
Nawaz Dhandala
63dd84339e
feat: update Pyroscope endpoints and documentation for improved profiling integration
2026-03-31 22:50:13 +01:00
Nawaz Dhandala
574cac7d64
refactor: clean up code formatting and improve readability across multiple files
2026-03-31 14:06:05 +01:00
Nawaz Dhandala
414f7cebc7
feat: update telemetry documentation and replace OTLP URLs with OneUptime base URL
2026-03-31 14:02:50 +01:00
Nawaz Dhandala
d7a339b9aa
feat: Add profiling support across services and implement new metrics
...
- Integrated profiling initialization in Probe, Telemetry, TestServer, and Worker services.
- Added environment variables for enabling profiling in various services.
- Created Profiling utility to handle CPU profiling and send data to OTLP endpoint.
- Introduced new metric types for exceptions, spans, and dashboards.
- Developed utility classes for handling alert and incident metrics.
- Added new React components for displaying alert and incident metrics in the dashboard.
2026-03-31 13:44:59 +01:00
Nawaz Dhandala
043ddebc6c
feat: add webhook secret key functionality to workflows and update related components
2026-03-31 12:22:17 +01:00
Nawaz Dhandala
2fd7ede52f
feat: add validation for SAML Assertion length in response handling
2026-03-30 21:52:52 +01:00
Nawaz Dhandala
ffafada55b
refactor: improve code readability and consistency across dashboard components
2026-03-30 16:17:16 +01:00
Nawaz Dhandala
75b2d63353
feat: update button style and icon for template creation in Dashboards
2026-03-30 15:38:52 +01:00
Nawaz Dhandala
b5a5cf8b40
feat: update layout of DashboardTemplateCard for improved icon display and alignment
2026-03-30 15:38:32 +01:00
Nawaz Dhandala
cc68ea4539
feat: implement modal for template selection in Dashboards and update service to handle default dashboard config
2026-03-30 15:36:11 +01:00
Nawaz Dhandala
02c0c02760
feat: update BlankDashboardUnit styling to conditionally apply border based on edit mode
2026-03-30 15:25:31 +01:00
Nawaz Dhandala
ae230589c5
feat: simplify styling for BlankCanvas and BlankDashboardUnit components by removing edit mode specific styles
2026-03-30 15:24:29 +01:00
Nawaz Dhandala
a0577b0175
feat: update DashboardChartComponent styling for better layout and overflow handling
2026-03-30 15:22:22 +01:00