Hello, I've self-hosted Signoz on GKE and I can se...
# support
m
Hello, I've self-hosted Signoz on GKE and I can see traces. I'm trying to see some metrics from prometheus. But I'm not able to create a dashboard. I suspect it's a bug. I'm using version
0.72.0
for front-end and query-service. Did anyone else face this?
s
Please share what is being sent in the request payload. There must be a reason why you get 422
m
Sure, here is the payload
Copy code
{
  "title": "Sample Title",
  "uploadedGrafana": false,
  "version": "v4"
}
s
This shouldn't give 422, Did the request fail with the payload?
m
Copy code
{
  "status": "error",
  "errorType": "execution",
  "error": "table dashboards has no column named created_by"
}
Here is the response
s
I am not able to reproduce this error. It seems migration didn't run properly for you. Can you exec into query service and grab the sqlite db?
m
I couldn't find the db. Can you share the path?
s
should be at /var/lib/signoz.db
m
yeah,
create_by
column is missing. Do you want me to share the db? what do you store here?
s
This db contains the user assets entries like dashboard, alerts etc... It's not clear when would this happen where column is not created. If you do another fresh installation, does it reproduce
m
I removed everything in the platform namespace and reinstalled it. It works now. Thanks!