feat: implement service history view and tracking

This commit is contained in:
Jose Luis Montañes Ojados
2026-01-28 16:01:45 +01:00
parent 4b41a85a5b
commit d33b4e8676
7 changed files with 239 additions and 26 deletions

20
history.json Normal file
View File

@@ -0,0 +1,20 @@
[
{
"service_name": "d3a-ai-assistant",
"action": "LOCK",
"user": "carlos",
"timestamp": "2026-01-28T15:59:26.6472616+01:00"
},
{
"service_name": "d3a-ai-assistant",
"action": "UNLOCK",
"user": "carlos",
"timestamp": "2026-01-28T15:59:27.3797643+01:00"
},
{
"service_name": "analytics-etl",
"action": "LOCK",
"user": "carlos",
"timestamp": "2026-01-28T15:59:40.3011371+01:00"
}
]