I want to create metrics for this, <https://signoz...
# support
s
I want to create metrics for this, https://signoz.io/blog/monitoring-your-go-application-with-signoz/ Monitoring Go application with Signoz, but can't see any variable name on the metrics dashboard How can I find the metrics which I am sending, some list. I have followed the installation as it is.
d
if the metrics are being sent correctly, you can generally go into the metrics explorer, click into it and it will show you some metrics.. and you can auto complete from there... you'd need to know the names of the metrics..
also in the summary view, if you know a label all your metrics share, you can narrow it down:
s
DMing you
d
If you answer here, other people might benefit as well...
(also, I am just a random user, I am not part of official support)
s
Oh ok It doesn't show anything in the metrics explorer when i type, like it shows my app also getting this error : "2025/09/18 222250 failed to upload metrics: context deadline exceeded: rpc error: code = Unavailable desc = connection error: desc = "error reading server preface: http2: frame too large" "
d
that sounds like your metrics are not being sent..
that seems like the same issue.. maybe you can try some of their suggestions
s
yeah changed from grpc to http, still cant