hyperdx/smoke-tests/otel-collector/data/severity-inference/infer-debug/input.json

41 lines
846 B
JSON

{
"resourceLogs": [
{
"resource": {
"attributes": [
{
"key": "suite-id",
"value": {
"stringValue": "severity-inference"
}
},
{
"key": "test-id",
"value": {
"stringValue": "infer-debug"
}
}
]
},
"scopeLogs": [
{
"scope": {},
"logRecords": [
{
"timeUnixNano": "1901999580000000008",
"body": {
"stringValue": "debug - checkpoint a"
}
},
{
"timeUnixNano": "1901999580000000009",
"body": {
"stringValue": "dbug: value=1,found=false"
}
}
]
}
]
}
]
}