1
0
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:
Quentin Gliech
2023-08-03 16:43:59 +02:00
parent f5dae9f8e2
commit 033479bc57
3 changed files with 22 additions and 119 deletions

View File

@@ -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,