Adam S
09/20/2025, 4:17 AM/api/v4/metric/metric_metadata?metricName=signoz_latency.bucket&serviceName=media-creator-pro-grpc-staging
"error": "metric metadata not found: signoz_latency.bucket"
dot_metrics_enabled
seems to be enabled on `api/v1/features`:
{
"name": "dot_metrics_enabled",
"active": true,
"usage": 0,
"usage_limit": -1,
"route": ""
}
Same issue as:
https://signoz-community.slack.com/archives/C01HWQ1R0BC/p1756994990474049Adam S
09/20/2025, 4:20 AMsignoz-y4ktwv:
image: signoz/signoz:v0.95.1
depends_on:
clickhouse-y4ktwv:
condition: service_healthy
schema-migrator-sync-y4ktwv:
condition: service_completed_successfully
environment:
- STORAGE=clickhouse
- SIGNOZ_TELEMETRYSTORE_CLICKHOUSE_DSN=<tcp://clickhouse-y4ktwv:9000>
- SIGNOZ_ANALYTICS_ENABLED=false
- DOT_METRICS_ENABLED=true
- SIGNOZ_JWT_SECRET=${SIGNOZ_JWT_SECRET}
ports:
- 8080
restart: unless-stopped
volumes:
- signoz-data-y4ktwv:/var/lib/signoz
networks:
- dokploy-network