-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-payload.json
More file actions
31 lines (31 loc) · 830 Bytes
/
test-payload.json
File metadata and controls
31 lines (31 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[
{
"timestamp": "2025-12-02T20:00:00.000Z",
"level": "INFO",
"message": "Inicialização do servidor concluída.",
"service": "auth-service",
"environment": "production"
},
{
"timestamp": "2025-12-02T20:00:05.123Z",
"level": "WARN",
"message": "Estoque de produto P123 baixo.",
"service": "inventory-service",
"environment": "production"
},
{
"timestamp": "2025-12-02T20:00:10.555Z",
"level": "ERROR",
"message": "Falha de comunicação com gateway de pagamento.",
"service": "payment-gateway",
"environment": "production",
"traceId": "a8c9b1d2e3f4g5h6i7j8k9l0"
},
{
"timestamp": "2025-12-02T20:00:15.000Z",
"level": "INFO",
"message": "Processo de backup iniciado.",
"service": "storage-service",
"environment": "production"
}
]