Slackbot
08/01/2022, 6:55 PMSrikanth Chekuri
08/02/2022, 12:48 AMDuncan Boag
08/03/2022, 6:16 AMSrikanth Chekuri
08/03/2022, 6:18 AMPrashant Shahi
08/03/2022, 6:48 PMDuncan Boag
08/11/2022, 8:32 AMDuncan Boag
08/11/2022, 8:33 AMDuncan Boag
08/11/2022, 8:34 AMClient Version: <http://version.Info|version.Info>{Major:"1", Minor:"21", GitVersion:"v1.21.10", GitCommit:"a7a32748b5c60445c4c7ee904caf01b91f2dbb71", GitTreeState:"clean", BuildDate:"2022-02-16T11:24:04Z", GoVersion:"go1.16.14", Compiler:"gc", Platform:"linux/amd64"}
Server Version: <http://version.Info|version.Info>{Major:"1", Minor:"20", GitVersion:"v1.20.15", GitCommit:"8f1e5bf0b9729a899b8df86249b56e2c74aebc55", GitTreeState:"clean", BuildDate:"2022-01-19T17:23:01Z", GoVersion:"go1.15.15", Compiler:"gc", Platform:"linux/amd64"}
Srikanth Chekuri
08/11/2022, 9:05 AMDuncan Boag
08/11/2022, 9:15 AMexitCode
was 137, but I'm not sure if this was me forcing a container restart. I'll have to wait and see if the container craches again and report back.Duncan Boag
08/11/2022, 9:20 AMSrikanth Chekuri
08/11/2022, 9:27 AMLastThis is mostly likely to force the container restart.was 137, but I'm not sure if this was me forcing a container restart. I'll have to wait and see if the container craches again and report back.exitCode
Note, when I try to log in I do see a Login message in the logs for the Query Service pod - it just seems to not return anything to the browser.Is login not working?
Duncan Boag
08/11/2022, 9:34 AMLogin method called for user
message in the Query Service logs, but the browser waits 30 seconds or so then fails (with 404 as in screenshot below). The strange thing is that it sometimes works, and I can't figure out why.Duncan Boag
08/11/2022, 9:34 AM2022/08/11 09:29:54 [error] 8#8: *16749 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 10.204.124.0, server: _, request: "POST /api/v1/login HTTP/1.1", upstream: "<http://10.204.151.248:8080/api/v1/login>", host: "10.204.246.239:3301", referrer: "<http://10.204.246.239:3301/login>"
2022/08/11 09:29:54 [error] 8#8: *16749 open() "/usr/share/nginx/html/50x.html" failed (2: No such file or directory), client: 10.204.124.0, server: _, request: "POST /api/v1/login HTTP/1.1", upstream: "<http://10.204.151.248:8080/api/v1/login>", host: "10.204.246.239:3301", referrer: "<http://10.204.246.239:3301/login>"
10.204.124.0 - - [11/Aug/2022:09:29:54 +0000] "POST /api/v1/login HTTP/1.1" 404 185 "<http://10.204.246.239:3301/login>" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36" "-"
Prashant Shahi
08/11/2022, 9:42 AMkubectl logs -n platform -f pod/my-release-signoz-query-service-0 --previous
Duncan Boag
08/11/2022, 9:43 AM2022-08-10T10:43:13.733Z INFO version/version.go:43
SigNoz version : v0.10.1
Commit SHA-1 : 04cf1b2
Commit timestamp : 2022-08-07T09:58:45Z
Branch : HEAD
Go version : go1.17.13
For SigNoz Official Documentation, visit <https://signoz.io/docs>
For SigNoz Community Slack, visit <http://signoz.io/slack>
For discussions about SigNoz, visit <https://community.signoz.io>
Licensed under the MIT License.
Copyright 2022 SigNoz
2022-08-10T10:43:13.733Z WARN query-service/main.go:61 No JWT secret key is specified.
main.main
/go/src/github.com/signoz/signoz/pkg/query-service/main.go:61
runtime.main
/usr/local/go/src/runtime/proc.go:255
Prashant Shahi
08/11/2022, 9:44 AMPrashant Shahi
08/11/2022, 9:45 AMOOMKilled
Prashant Shahi
08/11/2022, 9:45 AMDuncan Boag
08/11/2022, 9:48 AMDuncan Boag
08/11/2022, 9:49 AMPrashant Shahi
08/11/2022, 9:55 AMPrashant Shahi
08/11/2022, 9:58 AMoverride-values.yaml
?Duncan Boag
08/11/2022, 10:42 AM# curl -X POST <http://10.204.151.248:8080/api/v1/login>
{"data":null,"total":0,"limit":0,"offset":0,"errors":[{"code":400,"msg":"EOF"}]}
But if I call it with login info, it does not return:
# curl -X POST -d '{"email":"<mailto:duncan.boag@telviva.co.za|duncan.boag@telviva.co.za>","password":"password_here"}' -H "Content-Type: application/json" <http://10.204.151.248:8080/api/v1/login>
(no response from above call).Prashant Shahi
08/11/2022, 12:26 PMPrashant Shahi
08/11/2022, 1:02 PMqueryService:
resources:
limits:
cpu: 750m
memory: 2000Mi