Skip to content

Commit cbc19bd

Browse files
authored
feat: Implement initial dashboard, log explorer, and metrics explorer with OTLP ingestion. (#15)
* feat: Introduce a simulated distributed system with OpenTelemetry tracing and a web UI for observability. * docs: add Project Argus AI project specification. * feat: Implement core UI components including dashboard, log explorer, service map, trace explorer, app layout, and global controls. * feat: Introduce Log Explorer, Service Map, Trace Explorer components, and a new application layout. * feat: Implement Log Explorer UI with live updates, filtering, and pagination * feat: introduce core UI components for service topology, trace and log exploration, and dashboard. * feat: Add LogExplorer and TraceExplorer components for viewing logs and traces with live mode and time range filtering. * feat: add dashboard, log explorer, and trace explorer pages with global controls for live mode and time range selection. * feat: Implement new Dashboard, Log Explorer, and Trace Explorer pages for visualizing observability data. * feat: Implement OTLP trace and log ingestion with new storage models and API handlers. * feat: Implement core web application with real-time live mode, global controls, and foundational backend services for data ingestion, storage, and API. * feat: Implement a new Metrics Explorer page for visualizing historical and live metric data and integrate it into the application layout. * feat: introduce dashboard feature with new observability data types and ECharts visualizations. * feat: Add initial dashboard page displaying key metrics, traffic volume, latency distribution, and throughput distribution with live mode support. * feat: Introduce comprehensive API endpoints for logs, traces, and metrics, alongside a new metrics explorer UI component. * feat: Introduce core observability platform with API, storage, OTLP ingestion, real-time updates, and AI log analysis. * feat: Implement initial dashboard, log explorer, and metrics explorer with OTLP ingestion.
1 parent 3270f0a commit cbc19bd

60 files changed

Lines changed: 5716 additions & 2827 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,8 @@ go.work
110110
go.work.sum
111111
.idea/
112112

113-
.dev-pids
113+
.dev-pids
114+
115+
*argus*.db*
116+
117+
.agent/

docs/AGENT.md

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
 (0)