pub struct PrimaConfiguration { /* private fields */ }
Expand description

The struct that represents options for the Datadog client in Prima.

Implementations

Trait Implementations

The address of the udp socket we’ll bind to for sending

The address of the udp socket we’ll send metrics and events to

A namespace to prefix all metrics with, joined with a ‘.’.

Whether to send metrics or not. This is useful to make the client silent in certain condition Read more

Default tags to be sent with every metric reporting

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.