You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-21 23:00:50 +03:00
cli: always include all OTEL exporters
This commit is contained in:
@@ -25,9 +25,8 @@ use url::Url;
|
||||
use super::ConfigurationSection;
|
||||
|
||||
/// Propagation format for incoming and outgoing requests
|
||||
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq, Eq, JsonSchema)]
|
||||
#[derive(Clone, Copy, Debug, Serialize, Deserialize, PartialEq, Eq, JsonSchema)]
|
||||
#[serde(rename_all = "lowercase")]
|
||||
#[non_exhaustive]
|
||||
pub enum Propagator {
|
||||
/// Propagate according to the W3C Trace Context specification
|
||||
TraceContext,
|
||||
|
||||
Reference in New Issue
Block a user