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