You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have check access to the ports and also with curl by
curl -d 'test' http://server:8082/poll
which is received on the server
Nov 27 12:48:04 server pushprox-proxy[33701]: ts=2024-11-27T11:48:04.779Z caller=coordinator.go:136 level=info msg=WaitForScrapeInstruction fqdn=test
Nov 27 12:48:04 server pushprox-proxy[33701]: ts=2024-11-27T11:48:04.779Z caller=main.go:148 level=info msg="Error WaitForScrapeInstruction:" err="request is expired"
I have also pulled the latest version form PushProxy now and checked the system times - same errors.
Sending to the PushProxyon the clientvia curl -d 'test' http://localhost:9101/polls generates a return of
# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 0
go_gc_duration_seconds{quantile="0.25"} 0
go_gc_duration_seconds{quantile="0.5"} 0
....
up to yesterday evening (~2024-11-27 18:00:00 UT) my configuration
works perfectly
Without any changes at the configuration and the firewalls now I got in the log of the
PushProxy
on the clientand of curse on the server some time out error due to this:
I have check access to the ports and also with curl by
which is received on the server
I have also pulled the latest version form
PushProxy
now and checked the system times - same errors.Sending to the
PushProxy
on the clientviacurl -d 'test' http://localhost:9101/polls
generates a return ofMy configs:
--web.listen-address=:8082
--proxy-url=http:/server:8082/ --log.level=debug --metrics-addr=:9101
The text was updated successfully, but these errors were encountered: