Hi team
I am following the document successfully. Node.js logs came in Signoz Ui, but at the same time, PHP logs did not come.
I refer to this document: https://signoz.io/docs/tutorial/opentelemetry-operator-usage/.
And I added the kubernetes deployment yaml file. I also added Node.js instrumentation. opentelemetry.io/inject-node-js: "true."
It is working properly, but I am also. Added in PHP is not working. Someone can please help me out.
I added annotations.php:
instrumentation.opentelemetry.io/inject-php: "true"
Not working; can anyone send PHP annotations?