[`MetricServer`] responsible for serving the metrics endpoint
| 32 | |
| 33 | /// [`MetricServer`] responsible for serving the metrics endpoint |
| 34 | pub struct MetricServer { |
| 35 | config: MetricServerConfig, |
| 36 | } |
| 37 | |
| 38 | impl MetricServer { |
| 39 | /// Create a new [`MetricServer`] with the given configuration |
nothing calls this directly
no outgoing calls
no test coverage detected