Hi @channel :clap: I am experiencing an issue with...
# general
p
Hi @channel 👏 I am experiencing an issue with log ingestion. When sending logs to SigNoz, I receive a
{"partialSuccess":{}}
response, Here is my payload. 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.
Copy code
{
  "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
}