aboutsummaryrefslogtreecommitdiffstats
path: root/lib/warden-core/src/google/parser.rs
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-11 13:12:39 +0200
committerrtkay123 <dev@kanjala.com>2025-08-11 13:12:48 +0200
commit968f8e837f8e383758d4388a00625982093dd29b (patch)
tree238169b35658cf0a8f6913fc6b7b1ab6f24655f0 /lib/warden-core/src/google/parser.rs
parent418b7bcea86d6838b704ee8d3f55501debd5ee21 (diff)
downloadwarden-968f8e837f8e383758d4388a00625982093dd29b.tar.bz2
warden-968f8e837f8e383758d4388a00625982093dd29b.zip
feat(warden): otel span kind
for service graphs in tempo
Diffstat (limited to 'lib/warden-core/src/google/parser.rs')
-rw-r--r--lib/warden-core/src/google/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/warden-core/src/google/parser.rs b/lib/warden-core/src/google/parser.rs
index 7f160a3..c17a9fb 100644
--- a/lib/warden-core/src/google/parser.rs
+++ b/lib/warden-core/src/google/parser.rs
@@ -1,5 +1,5 @@
#[cfg(feature = "time")]
-mod dt;
+pub mod dt;
#[cfg(feature = "pseudonyms")]
mod money;