modelRT/router
douxu 64d06c90ba 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-15 17:33:55 +08:00
..
async_task.go add route of async task system 2026-03-17 16:08:46 +08:00
attr.go modify the query conditions to tagname and fix building bug 2025-08-29 15:24:21 +08:00
component.go 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
data-object.go feat: add measurement data-object attribute APIs 2026-07-15 17:33:55 +08:00
data.go create api of real time data monitor 2025-11-03 17:35:03 +08:00
diagram.go modify the query conditions to tagname and fix building bug 2025-08-29 15:24:21 +08:00
measurement.go optimzie rate limit of measurement group api 2025-12-17 14:12:35 +08:00
monitor.go optimize variable naming and optimize real time data computing api 2025-11-12 17:34:18 +08:00
router.go feat: add measurement data-object attribute APIs 2026-07-15 17:33:55 +08:00