Skip to content

Commit 9478b3b

Browse files
committed
bak
1 parent cf86e00 commit 9478b3b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

server/examples/try_opentelemetry.rs

+4-2
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ async fn main() -> anyhow::Result<()> {
251251
runtime::Tokio,
252252
)
253253
.build();
254-
254+
255255
let metrics = {
256256
let reader =
257257
PeriodicReader::builder(MetricsExporter::default(), runtime::Tokio)
@@ -314,4 +314,6 @@ async fn test_instrument() {
314314
info!(histogram.baz = 10, "histogram example",);
315315
}
316316
317-
*/
317+
*/
318+
319+
fn main() {}

0 commit comments

Comments
 (0)