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.
2 parents d24be4b + dc2bb52 commit ce41115Copy full SHA for ce41115
README.md
@@ -21,7 +21,7 @@ async fn main() {
21
cw_client,
22
tracing_cloudwatch::ExportConfig::default()
23
.with_batch_size(5)
24
- .with_interval(Duration::from_secs(1))
+ .with_interval(std::time::Duration::from_secs(1))
25
.with_log_group_name("tracing-cloudwatch")
26
.with_log_stream_name("stream-1"),
27
),
@@ -48,7 +48,7 @@ async fn main() {
48
49
50
51
52
53
54
0 commit comments