[−][src]Trait dipstick::Input
A function trait that opens a new metric capture scope.
Associated Types
type SCOPE: InputScope + Send + Sync + 'static
The type of Scope returned byt this input.
Required methods
Loading content...Provided methods
fn input(&self) -> Self::SCOPE
👎 Deprecated since 0.7.2:
Use metrics()
Open a new scope from this input.
fn new_scope(&self) -> Self::SCOPE
👎 Deprecated since 0.8.0:
Use metrics()
Open a new scope from this input.
Implementors
impl Input for Graphite
[src]
type SCOPE = GraphiteScope
fn metrics(&self) -> Self::SCOPE
[src]
impl Input for InputQueue
[src]
type SCOPE = InputQueueScope
fn metrics(&self) -> Self::SCOPE
[src]
Wrap new scopes with an asynchronous metric write & flush dispatcher.