Coder Social home page Coder Social logo

receive content is empty about skyapm-php-sdk HOT 5 OPEN

1sting avatar 1sting commented on June 2, 2024
receive content is empty

from skyapm-php-sdk.

Comments (5)

heyanlong avatar heyanlong commented on June 2, 2024

Under what circumstances?

from skyapm-php-sdk.

1sting avatar 1sting commented on June 2, 2024

version: '3.3'
services:
skywalking-oap:
image: apache/skywalking-oap-server
container_name: skywalking-oap
restart: always
ports:
- 11800:11800
- 12800:12800
environment:
SW_STORAGE: h2
skywalking-ui:
image: apache/skywalking-ui:8.0.1
container_name: skywalking-ui
depends_on:
- skywalking-oap
links:
- skywalking-oap
restart: always
ports:
- 8989:8080
environment:
SW_OAP_ADDRESS: skywalking-oap:12800
使用了如上的 docker-compose,然后 php也是在另外一个docker内的。
php.ini是如下配置
[skywalking]
extension=skywalking.so
skywalking.enable = 1
skywalking.service = user-service
skywalking.oap_version = 9.0.0
skywalking.grpc_address = docker.for.mac.host.internal:11800
skywalking.log_level = debug
skywalking.log_path = /var/log/dnmp/skywalking-php.log
skywalking.curl_response_enable = 1

然后每次请求接口,都返回了这个错误,请问下是配置有什么问题吗,还是遗漏掉了什么。

还有一个问题是想请教下,如果我用php的 zipkin来进行上报到skywalking,应该如何处理呢。

from skyapm-php-sdk.

heyanlong avatar heyanlong commented on June 2, 2024

需要确保在容器内访问docker.for.mac.host.internal:11800是正常的

from skyapm-php-sdk.

Norbinliu avatar Norbinliu commented on June 2, 2024

我也遇到了相同报错,我的skywalking server 地址,我验证了下还没有问题的,这个问题还有什么其他地方能排查吗

from skyapm-php-sdk.

1sting avatar 1sting commented on June 2, 2024

是没问题的。 可以ping通。

from skyapm-php-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.