(self)
| 115 | |
| 116 | @property |
| 117 | def metric_keys(self) -> ty.Iterable[str]: |
| 118 | return self._metric_keys |
| 119 | |
| 120 | def register_metrics(self, metric_keys: ty.Iterable[str]) -> None: |
| 121 | """Register a list of metric keys that will be used by the detector.""" |
nothing calls this directly
no outgoing calls
no test coverage detected