rantav / go-grpc-channelz

A ChannelZ UI for gRPC in Golang
MIT License
41 stars 3 forks source link

Unable to get this to work #8

Closed DanTulovsky closed 3 years ago

DanTulovsky commented 3 years ago

Hi,

No matter what I try to do, the http response is always "404 page not found". I tried the included demo in: internal/demo/server/main/main.go.

% go run main.go demo server is up is up; gRPC bind address: :8080, http admin address: :8081 Hello was successful Hello was successful Hello was successful ...

Going to: http://localhost:8081/foo/channelz Results in: "404 page not found"

Thank you Dan

DanTulovsky commented 3 years ago

Sorry, I managed to my code working. I am not sure why the included example doesn't work. My problems was incorrect routing by gorilla mux...

Lord-Y commented 2 months ago

I can confirm that the demo example doesn't work for me either. Too bad