Slackbot
08/04/2022, 10:03 AMPonomarev Kirill
08/04/2022, 10:03 AM2022-08-04T09:56:37.275Z DEBUG clickhouseReader/reader.go:1285 Error in processing sql query: code: 47, message: Missing columns: 'responseStatusCode' 'rpcMethod' while processing query: 'SELECT timestamp, spanID, traceID, serviceName, name, durationNano, httpCode, gRPCCode, gRPCMethod, httpMethod, rpcMethod, responseStatusCode FROM signoz_traces.signoz_index_v2 WHERE (timestamp >= '1659605196978000000') AND (timestamp <= '1659606966978000000') LIMIT 10', required columns: 'timestamp' 'rpcMethod' 'httpCode' 'serviceName' 'spanID' 'name' 'gRPCCode' 'gRPCMethod' 'durationNano' 'responseStatusCode' 'traceID' 'httpMethod', maybe you meant: ['timestamp','gRPCMethod','httpCode','serviceName','spanID','name','gRPCCode','gRPCMethod','durationNano','traceID','httpMethod']
2022-08-04T09:56:37.275Z ERROR app/http_handler.go:1835 HTTP handler, Internal Server Error{error 26 0 Error in processing sql query}
<http://go.signoz.io/query-service/app.(*APIHandler).handleError|go.signoz.io/query-service/app.(*APIHandler).handleError>
/go/src/github.com/signoz/signoz/pkg/query-service/app/http_handler.go:1835
<http://go.signoz.io/query-service/app.(*APIHandler).getFilteredSpans|go.signoz.io/query-service/app.(*APIHandler).getFilteredSpans>
/go/src/github.com/signoz/signoz/pkg/query-service/app/http_handler.go:1292
<http://go.signoz.io/query-service/app.ViewAccess.func1|go.signoz.io/query-service/app.ViewAccess.func1>
/go/src/github.com/signoz/signoz/pkg/query-service/app/http_handler.go:224
net/http.HandlerFunc.ServeHTTP
/usr/local/go/src/net/http/server.go:2047
<http://go.signoz.io/query-service/app.loggingMiddleware.func1|go.signoz.io/query-service/app.loggingMiddleware.func1>
/go/src/github.com/signoz/signoz/pkg/query-service/app/server.go:187
net/http.HandlerFunc.ServeHTTP
/usr/local/go/src/net/http/server.go:2047
<http://go.signoz.io/query-service/app.(*Server).analyticsMiddleware.func1|go.signoz.io/query-service/app.(*Server).analyticsMiddleware.func1>
/go/src/github.com/signoz/signoz/pkg/query-service/app/server.go:226
net/http.HandlerFunc.ServeHTTP
/usr/local/go/src/net/http/server.go:2047
<http://go.signoz.io/query-service/app.setTimeoutMiddleware.func1|go.signoz.io/query-service/app.setTimeoutMiddleware.func1>
/go/src/github.com/signoz/signoz/pkg/query-service/app/server.go:243
net/http.HandlerFunc.ServeHTTP
/usr/local/go/src/net/http/server.go:2047
<http://github.com/gorilla/mux.(*Router).ServeHTTP|github.com/gorilla/mux.(*Router).ServeHTTP>
/go/pkg/mod/github.com/gorilla/mux@v1.8.0/mux.go:210
<http://github.com/rs/cors.(*Cors).Handler.func1|github.com/rs/cors.(*Cors).Handler.func1>
/go/pkg/mod/github.com/rs/cors@v1.7.0/cors.go:219
net/http.HandlerFunc.ServeHTTP
/usr/local/go/src/net/http/server.go:2047
<http://github.com/gorilla/handlers.CompressHandlerLevel.func1|github.com/gorilla/handlers.CompressHandlerLevel.func1>
/go/pkg/mod/github.com/gorilla/handlers@v1.5.1/compress.go:141
net/http.HandlerFunc.ServeHTTP
/usr/local/go/src/net/http/server.go:2047
net/http.serverHandler.ServeHTTP
/usr/local/go/src/net/http/server.go:2879
net/http.(*conn).serve
/usr/local/go/src/net/http/server.go:1930
Ponomarev Kirill
08/04/2022, 10:04 AMSrikanth Chekuri
08/04/2022, 10:05 AMSrikanth Chekuri
08/04/2022, 10:06 AMPonomarev Kirill
08/04/2022, 10:07 AMPonomarev Kirill
08/04/2022, 10:08 AM- frontend version: '0.10.0'
- query-service version: '0.10.0'
- alertmanager version: '0.23.0-0.1'
- otel-collector version: '0.45.1-1.0'
- otel-collector-metrics version: '0.45.1-1.0'
Ponomarev Kirill
08/04/2022, 10:09 AMappVersion: 0.10.0
version: 0.2.0
Ponomarev Kirill
08/04/2022, 10:09 AMClickHouse server version 22.7.2 revision 54457
Ponomarev Kirill
08/04/2022, 10:11 AMPonomarev Kirill
08/04/2022, 10:12 AMSrikanth Chekuri
08/04/2022, 10:12 AM```- otel-collector version: '0.45.1-1.0'
- otel-collector-metrics version: '0.45.1-1.0'```
They should be
v0.45.1-1.1
for signoz release 0.10.0
.
This should beCopy codeClickHouse server version 22.7.2 revision 54457
22.3
at least and 22.4
we are running in dockerPonomarev Kirill
08/04/2022, 10:20 AMPonomarev Kirill
08/04/2022, 10:27 AM