You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(metrics): _total counter detection, runtime-metrics flag wiring, dashboard metric names
- Scalars whose fqName ends in _total are now emitted as Prometheus counters
(new scalarValueType helper); fixes spec deviation where they were typed as gauges.
- EnableGoCollector/EnableProcessCollector now respect Features.RuntimeMetrics
instead of being hardcoded true; default behaviour is unchanged.
- Grafana dashboard: prefix HTTP panels with forge_ namespace (forge_http_requests_total,
forge_http_request_duration_bucket); add uid field for idempotent imports.
- README: document forge_ namespace prefix vs standard go_/process_ names.
0 commit comments