We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f17706 commit 327442bCopy full SHA for 327442b
opentelemetry-appender-tracing/src/lib.rs
@@ -114,7 +114,7 @@
114
//! |----------------|-------------------------------|
115
//! | `i64` | `Int` |
116
//! | `f32`, `f64` | `Double` |
117
-//! | `u64`,`u128` ,`i128` | `Int` (if convertible without loss) else `String` |
+//! | `u64`,`u128` ,`i128` | `Int` (if convertible to `i64` without loss) else `String` |
118
//! | `&str` | `String` |
119
//! | `bool` | `Bool` |
120
//! | `&[u8]` | `Bytes` |
0 commit comments