You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, Im new to the PHP, sorry if question is dumb :)
As far as I understand PHP-FTM model, every request gets executed in the process of the PHP workers, also, every request gets "fresh" state of the process, in this case:
Am I right PHP will have to open new HTTP connection to the OTEL Collector?
Am I right there is no caching of the traces/metrics/logs possible on the PHP side?
What happens if pushing metrics/traces/logs takes long for some reason, could it cause perf issues because worker process won't return to the pool fast?
Thanks, regards!
The text was updated successfully, but these errors were encountered:
Hi guys, Im new to the PHP, sorry if question is dumb :)
As far as I understand PHP-FTM model, every request gets executed in the process of the PHP workers, also, every request gets "fresh" state of the process, in this case:
Thanks, regards!
The text was updated successfully, but these errors were encountered: