Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sourcebot-dev/sourcebot
/
Class
packages/backend/src/promClient.ts:2–2 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
client, { Registry, Counter, Gauge } from
'prom-client'
;
2
export
class
PromClient {
3
public registry: Registry;
4
5
public activeRepoIndexJobs: Gauge<string>;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected