forge-core 0.0.2-alpha

Core types and traits for the Forge framework
Documentation
1
2
3
4
5
6
7
8
9
mod alert;
mod log;
mod metric;
mod trace;

pub use alert::{Alert, AlertCondition, AlertSeverity, AlertState, AlertStatus};
pub use log::{LogEntry, LogLevel};
pub use metric::{Metric, MetricKind, MetricLabels, MetricValue};
pub use trace::{Span, SpanContext, SpanKind, SpanStatus, TraceId};