otelite-core 0.1.21

Core telemetry domain types for the Otelite OpenTelemetry receiver
Documentation
{
  "resourceSpans": [
    {
      "resource": {
        "attributes": [
          {
            "key": "service.name",
            "value": {
              "stringValue": "test-service"
            }
          }
        ]
      },
      "scopeSpans": [
        {
          "scope": {
            "name": "test-instrumentation",
            "version": "1.0.0"
          },
          "spans": [
            {
              "traceId": "0102030405060708090a0b0c0d0e0f10",
              "spanId": "0102030405060708",
              "name": "test-span",
              "kind": 1,
              "startTimeUnixNano": "1713355200000000000",
              "endTimeUnixNano": "1713355201000000000",
              "attributes": [
                {
                  "key": "http.method",
                  "value": {
                    "stringValue": "GET"
                  }
                }
              ],
              "status": {
                "code": 1
              }
            }
          ]
        }
      ]
    }
  ]
}