lianfulei opened a new issue, #12984:
URL: https://github.com/apache/skywalking/issues/12984

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Apache SkyWalking Component
   
   OAP server (apache/skywalking)
   
   ### What happened
   
   I followed this document, but encountered an error
   
https://skywalking.apache.org/docs/skywalking-php/v0.8.0/en/reporter/standalone-reporter
   
   1、
   start: /usr/local/php/sbin/php-fpm
   
   2、
   php.ini config:
   [skywalking_agent]
   extension = skywalking_agent.so
   skywalking_agent.reporter_type = standalone
   skywalking_agent.standalone_socket_path = /tmp/skywalking-php-worker.sock
   
   3、
   run skywalking-php-worker:
   /cq/skywalking_agent-0.8.0/target/release/skywalking-php-worker -s 
/tmp/skywalking-php-worker.sock grpc --server-addr 192.168.1.1:11800
   
   
   The error is as follows
   2025-01-16T11:28:18.217265Z  WARN 
skywalking_php_worker::reporter::reporter_grpc: Collect failed: Collect meter 
data by stream failed status=Status { code: Unimplemented, message: "Method not 
found: skywalking.v3.MeterReportService/collect", metadata: MetadataMap { 
headers: {"content-type": "application/grpc"} }, source: None }
   2025-01-16T11:28:18.217729Z  WARN 
skywalking_php_worker::reporter::reporter_grpc: Collect failed: Collect trace 
segment by stream failed status=Status { code: Unimplemented, message: "Method 
not found: skywalking.v3.TraceSegmentReportService/collect", metadata: 
MetadataMap { headers: {"content-type": "application/grpc"} }, source: None }
   2025-01-16T11:28:18.218277Z  WARN 
skywalking_php_worker::reporter::reporter_grpc: Collect failed: Collect log 
data by stream failed status=Status { code: Unimplemented, message: "Method not 
found: skywalking.v3.LogReportService/collect", metadata: MetadataMap { 
headers: {"content-type": "application/grpc"} }, source: None }
   
   ### What you expected to happen
   
   1
   
   ### How to reproduce
   
   1
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request to fix on your own?
   
   - [x] Yes I am willing to submit a pull request on my own!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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]

Reply via email to