otelite-core 0.1.21

Core telemetry domain types for the Otelite OpenTelemetry receiver
Documentation
{
  "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"
                  }
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}