Closed (fixed)
Project:
OpenTelemetry
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Dec 2024 at 10:42 UTC
Updated:
8 Dec 2024 at 15:24 UTC
Jump to comment: Most recent
Now logs submitted by the opentelemetry_logs module put the OpenTelemetry\API\Logs\LogRecord object as the log body, which leads to the empty body received in the OpenTelemetry receiver.
The right way is to put the array of data there instead.
Put the $payload array with data instead of the LogRecord object.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
murzFixed.
Comment #5
murz