Re: [tor-relays] Active MetricsPort logs "Address already in use"

2021-03-25 Thread Alexander Dietrich
> David Goulet hat am 24.03.2021 13:07 geschrieben: > > At the moment, the only metrics exported are those of onion services. We still > need to implement exporting relay and client metrics. > > If you set an onion service, you should get more stuff :) else we have a bug! I just checked, an ins

Re: [tor-relays] Active MetricsPort logs "Address already in use"

2021-03-24 Thread David Goulet
On 23 Mar (23:18:32), Alexander Dietrich wrote: > > David Goulet hat am 22.03.2021 13:24 geschrieben: > > > > > Sending GET requests to the address returns empty responses. > > > > You should be able to get the metrics with a GET on /metrics. > > > > Let us know if this works for you! > > The

Re: [tor-relays] Active MetricsPort logs "Address already in use"

2021-03-23 Thread Alexander Dietrich
> David Goulet hat am 22.03.2021 13:24 geschrieben: > > > Sending GET requests to the address returns empty responses. > > You should be able to get the metrics with a GET on /metrics. > > Let us know if this works for you! The empty 200 response is returned from "/metrics", I guess due to the

Re: [tor-relays] Active MetricsPort logs "Address already in use"

2021-03-22 Thread David Goulet
On 19 Mar (21:11:25), Alexander Dietrich wrote: > Hello, > > when I activate the "MetricsPort" feature, the Tor log reports that it is > going to open the port, then it says "Address already in use". According to > "netstat", the address is indeed in use, but by "tor". Thanks for this report! I'l

[tor-relays] Active MetricsPort logs "Address already in use"

2021-03-19 Thread Alexander Dietrich
Hello, when I activate the "MetricsPort" feature, the Tor log reports that it is going to open the port, then it says "Address already in use". According to "netstat", the address is indeed in use, but by "tor". Sending GET requests to the address returns empty responses. Any ideas? Kind rega