Frank Horvath

Results 4 comments of Frank Horvath

I can see the trace spans in X-Ray by using the OTLP exporter and "aws-otel-collector-amd64-ver-0-58-0": ``` pub(crate) fn opentelemetry_tracer(app_name: &str, version: &str) -> Result { global::set_text_map_propagator(XrayPropagator::new()); let environment = match...

Add `Default` derive to Settings, ApplicationSettings and DatabaseSettings Then you will be able to create a default instance like ```rust use snmp_sim::configuration::Settings; let settings = Settings::default(); ``` But to have...

revert the snm-sim.db, snmp-sim.db-shm and snmp-sim.db-wal changes