mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-19 09:36:17 +00:00
Add tracing integration with opentelemetry
This commit is contained in:
@@ -104,6 +104,8 @@ pub struct WebConfig {
|
||||
pub struct AdminConfig {
|
||||
/// Address and port to bind for admin API serving
|
||||
pub bind_addr: SocketAddr,
|
||||
/// OTLP server to where to export traces
|
||||
pub otlp_export_traces_to: Option<String>,
|
||||
}
|
||||
|
||||
fn default_sled_cache_capacity() -> u64 {
|
||||
|
||||
Reference in New Issue
Block a user