Commit d6930ea
* feat(docker): add Jaeger service for OpenTelemetry tracing
* feat(api): integrate OpenTelemetry tracing
* feat(core): integrate OpenTelemetry tracing
* fix(docker): restore Jaeger service condition in docker-compose and remove unused server binary
* fix(api): initialize OpenTelemetry propagator in mock CoreClient to prevent nil pointer panic
* chore(api): update dependencies and integrate OpenTelemetry middleware for S3
* feat(core): enhance OpenTelemetry integration
* feat(core): add new OpenTelemetry instrumentation packages for enhanced monitoring
* fix(docker): update SeaweedFS image version to 3.96 in docker-compose
* feat(core): implement OpenTelemetry tracing for message processing and publishing in async_mq.py
* fix(api): use request context in project authentication middleware for improved database queries
* fix(docker): update RabbitMQ, SeaweedFS, AWS CLI, and Jaeger image versions in docker-compose
* fix(cli): enhance docker-compose with Jaeger service and update healthcheck syntax for improved readability
* feat(core): implement comprehensive OpenTelemetry configuration and error handling across services
* feat(core): add OpenTelemetry instrumentation for S3 client operations
* chore: update local_dev script
* fix(core): use core config for otel
* fix(core): remove unused
* feat(core): enhance OpenTelemetry instrumentation for LLM functions and streamline tracing setup in API
* fix(api): edit OpenTelemetry middleware
* feat(ui): add Jaeger API endpoints for availability check, services retrieval, and traces listing
* feat(docker): add Jaeger UI URLs to client and server docker-compose configurations
* feat(ui): add spacing to layout components and introduce IonLanguage icon for language switcher
* refactor(ui): skills temporarily hide dropdown menu for page type selection
* feat(docs): update dashboard images and add new traces viewer image
* feat(ui): add countdown timer and last refresh time display to traces page
---------
Co-authored-by: Gus <[email protected]>
1 parent 70a400c commit d6930ea
File tree
54 files changed
+4692
-1490
lines changed- docs/images/dashboard
- src
- client/acontext-cli/internal/docker
- server
- api/go
- cmd/server
- configs
- internal
- bootstrap
- config
- infra
- blob
- cache
- db
- httpclient
- queue
- modules/handler
- router
- telemetry
- core
- acontext_core
- infra
- llm
- complete
- embeddings
- schema
- telemetry
- scripts
- ui
- app
- api/jaeger
- check
- services
- traces
- url
- session
- [sessionId]/task
- space
- [spaceId]/skills
- traces
- components
- ui
- messages
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+4692
-1490
lines changedLoading
Loading
Loading
Loading
Loading
Loading
Loading
Lines changed: 47 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
40 | | - | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
60 | | - | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| |||
96 | 100 | | |
97 | 101 | | |
98 | 102 | | |
99 | | - | |
| 103 | + | |
100 | 104 | | |
101 | 105 | | |
102 | 106 | | |
| |||
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
116 | 147 | | |
117 | 148 | | |
118 | 149 | | |
| |||
127 | 158 | | |
128 | 159 | | |
129 | 160 | | |
| 161 | + | |
130 | 162 | | |
131 | 163 | | |
132 | 164 | | |
| |||
142 | 174 | | |
143 | 175 | | |
144 | 176 | | |
| 177 | + | |
| 178 | + | |
145 | 179 | | |
146 | 180 | | |
147 | 181 | | |
| |||
173 | 207 | | |
174 | 208 | | |
175 | 209 | | |
| 210 | + | |
| 211 | + | |
176 | 212 | | |
177 | 213 | | |
178 | 214 | | |
179 | | - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
180 | 220 | | |
181 | 221 | | |
182 | 222 | | |
| |||
199 | 239 | | |
200 | 240 | | |
201 | 241 | | |
| 242 | + | |
| 243 | + | |
202 | 244 | | |
203 | 245 | | |
204 | 246 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| 46 | + | |
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
48 | 82 | | |
49 | 83 | | |
50 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
0 commit comments