the cluster has 2 nodes 172.23.104.235 and 172.23.105.191. both with index and data service
when hitting the api
pulkitmatta@pulkits-MacBook-Pro gideon % curl -X GET -k -u Administrator:password https://172.23.104.235:19102/_prometheusMetrics
|
curl: (52) Empty reply from server
|
i'm getting empty response from server , is this expected ? if yes then shouldn't we be giving a proper response like we get for other invalid endpoints like
curl -X GET -k -u Administrator:password https://172.23.105.191:19102/metrics 404 page not found
|
curl -X GET -k -u Administrator:password https://172.23.104.235:19102/metrics
|
404 page not found
|