MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / covenantSQLStatNamespace

Function covenantSQLStatNamespace

metric/covenantmetric.go:47–49  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

45}
46
47func covenantSQLStatNamespace(s string) string {
48 return fmt.Sprintf("covenantsqlstats_%s", s)
49}
50
51// NewCovenantSQLCollector returns a new CovenantSQLCollector.
52func NewCovenantSQLCollector() prometheus.Collector {

Callers 1

NewCovenantSQLCollectorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected