{
"resourceLogs": [
{
"resource": {
"attributes": [
{
"key": "service.name",
"value": {
"stringValue": "test-service"
}
}
]
},
"scopeLogs": [
{
"scope": {
"name": "test-instrumentation",
"version": "1.0.0"
},
"logRecords": [
{
"timeUnixNano": "1713355200000000000",
"severityNumber": 9,
"severityText": "INFO",
"body": {
"stringValue": "Test log message"
},
"attributes": [
{
"key": "log.level",
"value": {
"stringValue": "info"
}
}
]
}
]
}
]
}
]
}