zhaozuowu opened a new issue, #10344:
URL: https://github.com/apache/skywalking/issues/10344
php.ini setting
[skywalking]
extension=skywalking_agent.so
# Enable skywalking extension or not.
skywalking_agent.enable = On
# Log file path.
skywalking_agent.log_file = /tmp/skywalking_agent.log
# Log level: one of `OFF`, `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`.
skywalking_agent.log_level = INFO
# Address of skywalking oap server.
skywalking_agent.server_addr = http://172.19.0.11:11800
# Application service name.
skywalking_agent.service_name = hello-skywalking
# Skywalking version.
skywalking_agent.skywalking_version = 9.3.0-7ad0406
# Skywalking worker threads, 0 will auto set as the cpu core size.
#skywalking_agent.worker_threads = 3
______________________________________
Error in skywalking_agent.log
2023-01-10T17:54:57.900274Z INFO skywalking_agent::module: Starting
skywalking agent service_name="hello-skywalking"
service_instance="[email protected]"
skywalking_version=9
2023-01-10T17:54:57.904655Z INFO connect: skywalking_agent::worker:
Skywalking server connected uri="http://172.19.0.11:11800/"
2023-01-10T17:54:57.904696Z INFO skywalking_agent::worker: Worker is
ready...
2023-01-10T17:54:57.926361Z INFO skywalking_agent::worker: Start to
shutdown skywalking grpc reporter
2023-01-10T17:54:57.926373Z INFO skywalking_agent::worker: Remove socket
file socket_file="/tmp/skywalking_agent_5f1ec94ff7d90.sock"
2023-01-10T17:56:25.808154Z ERROR shutdown: skywalking_agent::channel:
channel send failed err=No such file or directory (os error 2)
2023-01-10T17:56:25.823118Z ERROR shutdown: skywalking_agent::channel:
channel send failed err=No such file or directory (os error 2)
_Originally posted by @burque98 in
https://github.com/apache/skywalking/discussions/10260_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]