Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ writePrometheusDoc
Function
writePrometheusDoc
scripts/metricsdocgen/main.go:191–193 ·
view source on GitHub ↗
(doc []byte)
Source
from the content-addressed store, hash-verified
189
}
190
191
func
writePrometheusDoc(doc []byte) error {
192
return
atomicwrite.File(prometheusDocFile, doc)
193
}
Callers
1
main
Function · 0.85
Calls
1
File
Function · 0.92
Tested by
no test coverage detected