MCPcopy 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

1import client, { Registry, Counter, Gauge } from 'prom-client';
2export 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