Crate tracing_layer_core

Source

Re-exports§

pub use filters::EventFilters;

Modules§

filters
layer

Structs§

BackgroundWorker
This worker manages a background async task that schedules the network requests to send traces to the webhook on the running tokio runtime.
WebhookMessageInputs
The data expected to be available for message producers.

Enums§

WebhookMessageSpec
WorkerMessage
A command sent to a worker containing a new message that should be sent to a webhook endpoint.

Traits§

Config
WebhookMessage
Send a message to a webhook endpoint.
WebhookMessageFactory

Type Aliases§

ChannelReceiver
ChannelSender