openzipkin / zipkin-support

repository for support questions raised as issues
4 stars 2 forks source link

V1 works but V2 returns nothing #43

Open victorlin-houzz opened 6 years ago

victorlin-houzz commented 6 years ago

I can get results back from V1 API but not from V2:

victor$ sudo curl -X GET "http://localhost/api/v2/services" -H "accept: application/json"
victor$ sudo curl -X GET "http://localhost/api/v1/services" -H "accept: application/json"
["service1","service2"]

Not returning anything for other APIs i.e. trace/{traceId} Using latest version zipkin-server (2.4.6), and execute with PORT 80.

codefromthecrypt commented 6 years ago

Is this new to latest version? Or were you getting nothing before as well

On 9 Feb 2018 8:54 am, "Victor Lin" notifications@github.com wrote:

I can get results back from V1 API but not from V2:

victor$sudo curl -X GET "http://localhost/api/v2/services" -H "accept: application/json" victor$ sudo curl -X GET "http://localhost/api/v1/services" -H "accept: application/json" ["service1","service2"]

Not returning anything for other APIs i.e. trace/{traceId} Using latest version zipkin-server (2.4.6).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/openzipkin/zipkin-api/issues/41, or mute the thread https://github.com/notifications/unsubscribe-auth/AAD612ftboyt6JEpCirswRi2qLYEyaFEks5tS5dCgaJpZM4R_Qr_ .

jcchavezs commented 3 years ago

Is this still an issue?