<#C01HWQ1R0BC|> Need help. <http://localhost:8080/...
# support
n
#C01HWQ1R0BC Need help. http://localhost:8080/api/v4/metric/metric_metadata?metricName=signoz_latency_bucket&amp;serviceName=node_app_test this API returning 500
Copy code
error{"timestamp":"2025-09-04T17:13:45.780996054+05:30","level":"INFO","code":{"function":"<http://github.com/SigNoz/signoz/pkg/http/middleware.(*Logging).Wrap-fm.(*Logging).Wrap.func1|github.com/SigNoz/signoz/pkg/http/middleware.(*Logging).Wrap-fm.(*Logging).Wrap.func1>","file":"/home/runner/work/signoz/signoz/pkg/http/middleware/logging.go","line":84},"msg":"::RECEIVED-REQUEST::","pkg":"<http://go.signoz.io/pkg/http/middleware|go.signoz.io/pkg/http/middleware>","client.address":"10.0.0.2:58272","user_agent.original":"Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0","server.address":"192.168.39.172","server.port":"8080","http.request.size":0,"http.route":"/api/v4/metric/metric_metadata","http.response.status_code":500,"http.server.request.duration":40498366,"response.body":"{\"status\":\"error\",\"errorType\":\"internal\",\"error\":\"metric metadata not found: signoz_latency_bucket\"}"} error on signoz container
s
Hello, let us check. Can you share which version is this happening?
n
v0.92.1
s
Are you on docker or helm?
n
docker swarm.
s
When you land on home page, can you look at the
api/v1/features
and share the value for
dot_metrics_enabled
?
n
localhost_api_v1_features_Archive [25-09-04 20-04-07].har
s
dot_metrics_enabled
set to false. Are you using your own docker compose files?
It should be set to true and it is by default true
n
yes. I have created HA in docker swarm. checking as you suggested.
s
Please make sure
DOT_METRICS_ENABLED=true
set
n
Its enabled, but I am getting 500 error when I navigate to service page.
s
Its enabled
Is it enabled in the
api/v1/features
?
n
checking again.
Thanks @Srikanth Chekurisir. Its was not properly enabled. Now Its working fine.