An error occurred while monitoring the esayswoole application "global tracing context not exists" #12952
Unanswered
linuxliuss
asked this question in
Q&A
Replies: 1 comment
-
This is no enough info to solve the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Install Skywalking/agent in PHP environment through Pecl or source code compilation
The docker-php-ext-skywalking/agent.ini configuration is:
extension=skywalking_agent.so
skywalking_agent.enable = On
skywalking_agent.log_file = /var/log/skywalking-agent.log
skywalking_agent.log_level = DEBUG
skywalking_agent.service_name = dev::are-auth
skywalking_agent.reporter_type = grpc
;skywalking_agent.standalone_socket_path = /tmp/skywalking-agent/
skywalking_agent.runtime_dir = /tmp/skywalking-agent/
skywalking_agent.server_addr = 192.168.50.112:11800
skywalking_agent.instance_name = ${HOSTNAME}
skywalking_agent.heartbeat_period = 30
skywalking_agent.properties_report_period_factor = 10
skywalking_agent.skywalking_version = 10
skywalking_agent.inject_context = On
skywalking_agent.worker_threads = 0
The command line starts the program php asyswoole server start mode=dev, and then logs the error as follows:
2025-01-10T13:31:40.827000747+08:00 DEBUG skywalking_agent:: plugin::plugin_curl: curl_getinfo get url: http://192.168.50.100:5080/notifications/v2?appId=ARE&cluster=default¬ifications=%5B%7B%22namespaceName%22%3A%22are -auth%22%2C%22notificationId%22%3A729%7D%2C%7B%22namespaceName%22%3A%22are-node-config%42%2C%22notificationId%22%3A883%7D%2C%7B%22namespaceName%22%3A%22public-config%22%2C%22notificationId%22%3A756%7D%5D
2025-01-10T13:31:40.827030915+08:00 ERROR skywalking_agent:: execute: before execute internal request_id=None function_name="curl_exec" class_name=None err=Anyhow(global tracing context not exists)
Beta Was this translation helpful? Give feedback.
All reactions