Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prometheus/client_js
/ getSingleMetricAsString
Method
getSingleMetricAsString
lib/registry.js:151–153 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
149
}
150
151
getSingleMetricAsString(name) {
152
return
this.getMetricsAsString(this._metrics[name]);
153
}
154
155
getSingleMetric(name) {
156
return
this._metrics[name];
Callers
1
server.js
File · 0.80
Calls
1
getMetricsAsString
Method · 0.95
Tested by
no test coverage detected