mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
tracing updates
This commit is contained in:
parent
a5a13a4c91
commit
e580d27f14
5 changed files with 1227 additions and 838 deletions
|
|
@ -1,8 +1,8 @@
|
|||
use axum::http::StatusCode;
|
||||
use axum::response::{IntoResponse, Response};
|
||||
use config::ConfigError;
|
||||
use opentelemetry::trace::TraceError;
|
||||
use opentelemetry_sdk::logs::LogError;
|
||||
use opentelemetry_otlp::ExporterBuildError;
|
||||
use opentelemetry_sdk::trace::TraceError;
|
||||
use secretfile::SecretError;
|
||||
use tracing_subscriber::util::TryInitError;
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ pub enum SetupError {
|
|||
#[error(transparent)]
|
||||
Tracing(#[from] TraceError),
|
||||
#[error(transparent)]
|
||||
Log(#[from] LogError),
|
||||
Exporter(#[from] ExporterBuildError),
|
||||
#[error(transparent)]
|
||||
TracingSubscriber(#[from] TryInitError),
|
||||
#[error(transparent)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue