Struct prima_datadog::Datadog[][src]

pub struct Datadog { /* fields omitted */ }
Expand description

The Datadog struct is the main entry point for the library

Implementations

Initializes a Datadog instance with a struct that implements the Configuration trait

initialize a Datadog instance with bare parameters. This should be used carefully. Use Datadog::init instead

Increment a StatsD counter

Decrement a StatsD counter

Make an arbitrary change to a StatsD counter

Make an arbitrary change to a StatsD counter

Send your own timing metric in milliseconds

Report an arbitrary value as a gauge

Report a value in a histogram

Report a value in a distribution

Report a value in a set

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.