SkyAPM-php-sdk icon indicating copy to clipboard operation
SkyAPM-php-sdk copied to clipboard

Replaced by https://github.com/apache/skywalking-php

Results 35 SkyAPM-php-sdk issues
Sort by recently updated
recently updated
newest added

13:49:17 [DEBUG] (1) sky_core_report::reporter::grpc: keep alive register true 13:49:17 [DEBUG] (1) sky_core_report::reporter::grpc: keep alive instance InstancePingPkg { service: "user-service", service_instance: "[email protected]", layer: "" } 13:49:17 [DEBUG] (1) tower::buffer::worker: service.ready=true message=processing...

Tested within a container on Kubernetes, setting the `SW_OAP_ADDRESS` environment variable does not change it in the skywalking extension's `php.ini` file. (`skyapm/skywalking-php:v5.0.1-7.3-fpm-alpine` was used) ``` bash-5.1# php -i | grep...

我们最近注意到一个问题,我们在单体的php上使用的skywalking(不是微服务),我们这边php的接口的日志里都打了每个接口的执行时间,我们发现skywalking和我们在日志里的接口执行时间还是有点出入的,这个是正常的还是飞正常的

OAP:8.6.0 SkyAPM-php-sdk:master (220719) php: 8.1.8 (NTS) Laravel:9.0 **[root@wechat-new-v2-web-659b9d7d58-g6qmz wwwroot]# gdb /usr/local/php/sbin/php-fpm -c core.28** GNU gdb (GDB) Red Hat Enterprise Linux 8.2-18.el8 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+:...

**bug描述** hyperf(swoole) 上报数据异常,报**FRAME_SIZE_ERROR**,`login err status: Unknown, message: "transport error", details: [], metadata: MetadataMap { headers: {} }` **日志快照** ``` 07:01:16 [DEBUG] (6) sky_core_report::reporter::grpc: login instance InstanceProperties { service: "edu-evaluation-api", service_instance:...

物理机编译安装报错 - OS: macOS 12.4 21F79 x86_64 (Intel) - PHP: 7.1.33 - GCC: 13.1.6 - cmake: 3.23.2 - libprotoc: 3.14.0 - cargo: 1.57.0 ![image](https://user-images.githubusercontent.com/10563178/180134647-d21caf57-e738-4c18-887b-40ce5a7ec28e.png) ``` cargo build --release --manifest-path=./Cargo.toml Compiling...

OAP version: 9.1.0 php-sdk version: 5.0.1 #php -i | grep skywalking 配置如下: skywalking skywalking.curl_response_enable => Off => Off skywalking.enable => On => On skywalking.error_handler_enable => Off => Off skywalking.grpc_address =>...

bug
5.0.1

访问url : http://172.17.0.5/index.php?sunny 端点信息是 index.phpo ![image](https://user-images.githubusercontent.com/2882717/177676398-88629229-f9f3-4bc1-9f4a-74254e2abf4c.png) 访问url : http://172.17.0.5/index.php 端点信息是 index.php ![image](https://user-images.githubusercontent.com/2882717/177676881-be0a9d93-00cb-412e-abfa-a3a3c88567a2.png)

bug
5.0.1

skywalking_trace_id returns empty result. SkyAPM version 5.0.1

bug
5.0.1

There are not detailed traces in Skywalking UI even if I make curl calls or execute PDO statements. How do I use tracing in this PHP modules? Can this sdk...

question