Prasanna Kumar Nath
07/31/2024, 11:43 AMSubject: Issue with Log Ingestion - Partial Success Response
Dear SigNoz Support,
I am experiencing an issue with log ingestion. When sending logs to SigNoz, I receive a `{"partialSuccess":{}}` response.
**Payload Sent:**
{
"resource": {
"_attributes": {
"serviceName": "heal-patient-service"
},
"asyncAttributesPending": false,
"_syncAttributes": {
"serviceName": "heal-patient-service"
}
},
"body": {
"message": "Authentication Successful",
"severity": 3,
"timestamp": "2024-07-31T11:32:50.423Z",
"tags": {
"application": "backend-patient-service",
"environment": "production",
"logType": "patient-module-server"
}
},
"hrTime": [
158574,
19911300
],
"hrTimeObserved": [
158574,
19911300
],
"instrumentationScope": {
"name": "backend-patient-service",
"version": "1.0.0"
},
"attributes": {
"message": "Authentication Successful",
"severity": "\u001b[32minfo\u001b[39m",
"timestamp": "2024-07-31T11:32:50.423Z",
"customTag": "patient-module"
},
"droppedAttributesCount": 0
}
**Response Received:**
{"partialSuccess":{}}
**Additional Information:**
- SigNoz logs indicate no errors.
- Network connectivity is confirmed.
- I am using the latest version of the OTLP exporter.
Please assist in diagnosing this issue.
Thank you,
Prasanna kumar Nath