douxu
|
07ef921b75
|
feat: add measurement data-object attribute APIs
- classify and validate measurement tokens in supported formats
- query measurement attributes and latest values from PostgreSQL and Redis
- add measurement mode support and centralized SQL definitions
- register data-object attribute query and update routes
- fix logger caller attribution and measurement identifier generation
- add tests for token parsing, attribute queries, Redis values, and logging
|
2026-07-16 16:24:26 +08:00 |
douxu
|
f9824e2b24
|
fix: propagate request context through handlers
- pass c.Request.Context() to handler logs, DB calls, Redis wrappers,
and subscription operations
- avoid passing gin.Context into downstream model/database/diagram
layers
- keep async Redis backfill trace context without coupling it to request
cancellation
- add caller skip handling for facade logger output
|
2026-07-08 10:37:06 +08:00 |
douxu
|
e1886bc347
|
optimize code of judge wether success or failed return content
|
2026-01-19 16:39:35 +08:00 |
douxu
|
d3b1f0afbe
|
add code of send all target removed system signal in real time data pull api and fix bug of component attribute query api
|
2026-01-14 17:32:01 +08:00 |
douxu
|
cf880279e4
|
optimize real time data query api
|
2026-01-13 17:23:47 +08:00 |
douxu
|
d75b9a624c
|
optimize handler of compoent attribute query api
|
2026-01-13 11:39:00 +08:00 |
douxu
|
cceffa8219
|
add handler of compoent attribute query api
|
2026-01-12 17:21:04 +08:00 |