Trait kumo_prometheus::registry::StreamingCollector
source · pub trait StreamingCollector {
// Required methods
fn stream_text(&self, prefix: &Option<String>) -> BoxStream<'_, String>;
fn stream_json(&self) -> BoxStream<'_, String>;
fn prune(&self);
}
Required Methods§
sourcefn stream_text(&self, prefix: &Option<String>) -> BoxStream<'_, String>
fn stream_text(&self, prefix: &Option<String>) -> BoxStream<'_, String>
Stream chunks of text in prometheus text exposition format
sourcefn stream_json(&self) -> BoxStream<'_, String>
fn stream_json(&self) -> BoxStream<'_, String>
Stream chunks in our json format, as chunks of text