Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
62ecce3
Merge pull request #1 from mofa-org/engine
BH3GEI Jun 29, 2026
24494dc
add structured telemetry event definitions
ashum9 Jun 24, 2026
6d3e667
implement async metrics collector
ashum9 Jun 24, 2026
43ae6e5
add OpenTelemetry span fields for distributed tracing to envelope
ashum9 Jun 24, 2026
5680e76
chore: update Cargo.lock for mofa-observability
ashum9 Jun 24, 2026
1a9d07a
add prometheus text exposition renderer
ashum9 Jun 27, 2026
d09b64d
add privacy contract test, fix memory gauge drift via eviction reconc…
ashum9 Jun 27, 2026
2c72585
add Grafana dashboard definitions for engine overview, memory lifecyc…
ashum9 Jun 27, 2026
006ccc1
add mock event harness and Docker compose stack for local observabili…
ashum9 Jun 27, 2026
6c32e24
update cargo.lock for mofa-obseravbility
ashum9 Jun 27, 2026
f947d37
prevent memory leak by evicting stale metric labels
ashum9 Jun 30, 2026
e5113bd
introduce send_critical to prevent dropping key events under backpres…
ashum9 Jun 30, 2026
858c8da
add ObservabilityConfig struct
ashum9 Jul 8, 2026
12f8325
add OpenTelemetry workspace dependencies
ashum9 Jul 8, 2026
56e2611
wire observability pipeline and OTLP tracer
ashum9 Jul 8, 2026
c669133
add GET /metrics Prometheus endpoint
ashum9 Jul 8, 2026
0fe9c0c
observability bridge with startup gauge seeding
ashum9 Jul 8, 2026
f6fa0b4
add ObservabilityConfig default to test configs
ashum9 Jul 8, 2026
a17f015
collector tracing and mock harness memory budget
ashum9 Jul 8, 2026
0448d95
add engine scrape target to Prometheus
ashum9 Jul 8, 2026
abfab9f
add test config and dockerignore
ashum9 Jul 8, 2026
b2a11a9
fix: update core engine memory tracking and routing endpoints
ashum9 Jul 16, 2026
e381461
fix: make collector set method pub
ashum9 Jul 16, 2026
311d6ef
merge core engine tweaks and memory fixes into observability
ashum9 Jul 16, 2026
a4dec8d
address CI fmt check and copilot review feedback
ashum9 Jul 17, 2026
547c223
implement vendor pricing engine and USD cost accumulator
ashum9 Jul 21, 2026
32954e5
add DualTrackView side-by-side telemetry comparison panel
ashum9 Jul 21, 2026
d690f14
style: cargo fmt formatting fixes
ashum9 Jul 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
target/
.git/
.env
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ __pycache__/
node_modules/
e2e/test-results/
e2e/playwright-report/
.kokoro-models/
Loading
Loading