Skip to content

Commit

Permalink
fix: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
TroyKomodo committed May 3, 2024
1 parent 8420363 commit ef6c2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundations/src/telemetry/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ pub enum OpentelemetrySettingsExportMethod {

#[cfg(feature = "opentelemetry")]
#[crate::settings::auto_settings(crate_path = "crate")]
#[serde(rename_all = "lowercase")]
#[serde(rename_all = "kebab-case")]
pub enum OpentelemetrySettingsSampler {
/// Always sample all spans.
#[settings(default)]
Expand Down

0 comments on commit ef6c2fb

Please sign in to comment.