MCPcopy Create free account
hub / github.com/SeismicSystems/summit / MetricServer

Class MetricServer

node/src/prom/server.rs:34–36  ·  view source on GitHub ↗

[`MetricServer`] responsible for serving the metrics endpoint

Source from the content-addressed store, hash-verified

32
33/// [`MetricServer`] responsible for serving the metrics endpoint
34pub struct MetricServer {
35 config: MetricServerConfig,
36}
37
38impl MetricServer {
39 /// Create a new [`MetricServer`] with the given configuration

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected