Resolving API Dashboard Issue
TLDR Pankaj faced an issue with an API dashboard. Prashant suggested a different dashboard to import, which solved the problem. Tim faced a similar issue, which was also resolved by Prashant's solution.



Sep 14, 2023 (1 week ago)
Pankaj
07:08 AMAPI responded with 400 - json: cannot unmarshal number into Go struct field CompositeQuery.compositeQuery.queryType of type v3.QueryType

Srikanth
07:22 AMPankaj
07:22 AMfor node in $(kubectl get nodes -o name | sed -e "s/^node\///");
do
curl -sL \
| HOSTNAME="$node" DASHBOARD_TITLE="HostMetrics Dashboard for $node" bash
done
Pankaj
07:22 AMPankaj
07:23 AMPankaj
07:23 AMPrashant
07:34 AMhttps://github.com/SigNoz/dashboards/blob/main/hostmetrics/hostmetrics-k8s.json
Prashant
07:35 AMPrashant
07:35 AMPankaj
08:27 AM
Tim
05:29 PMTim
05:31 PMPrashant
05:57 PMYou will need to import the following dashboard:
https://github.com/SigNoz/dashboards/blob/main/hostmetrics/hostmetrics-with-variable.json

Sep 15, 2023 (1 week ago)
Tim
12:11 AM
SigNoz Community
Indexed 825 threads (61% resolved)
Similar Threads
Issue with Helm Query-Service Installation
Juan experiences issues where helm query-service installation fails. After discussions and diagnosis with Srikanth and Prashant, the issue gets solved with a pull request from Github.

Issue with 404 Error and Dashboard Creation in Self-Hosted SigNoz
Noor reported seeing a 404 error in SigNoz and struggles with dashboard creation. Prashant provided the documentation link and clarified that there is no usage limit in the self-hosted SigNoz. Further support needed for 404 error.
SigNoz Server Setup Issue: Connection Errors
Ruslan faced issues setting up SigNoz server, encountering connection errors. vishal-signoz suggested ensuring the machine port is open for exporter, checking OTLP collector logs, and using yaml file validator for troubleshooting. However, the issue remains unresolved.
Issues with Table Panel Setup in Signoz
Sumanth brings up issues with table panel setup in Signoz: missing columns, unexpected 'count' column, and an issue with dashboard view. Srikanth provides suggestions and asks Sumanth to create an issue on GitHub for further assistance.

Troubleshooting Signoz Login and Log Display Issues
Noor is experiencing issues with logging into Signoz and getting logs to display. They communicated their efforts and asked Srikanth for help. Srikanth asked for more details and promised to review the information soon.