otelite 0.1.0

Otelite: OTLP receiver, dashboard, and CLI for local OpenTelemetry observability
1
2
3
4
5
6
//! Otelite library - exposes modules for testing

pub mod commands;
pub mod config;
pub mod error;
pub mod output;