Skip to content

Commit

Permalink
bak
Browse files Browse the repository at this point in the history
  • Loading branch information
timzaak committed Jul 16, 2024
1 parent cf86e00 commit 9478b3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions server/examples/try_opentelemetry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ async fn main() -> anyhow::Result<()> {
runtime::Tokio,
)
.build();
let metrics = {
let reader =
PeriodicReader::builder(MetricsExporter::default(), runtime::Tokio)
Expand Down Expand Up @@ -314,4 +314,6 @@ async fn test_instrument() {
info!(histogram.baz = 10, "histogram example",);
}
*/
*/

fn main() {}

0 comments on commit 9478b3b

Please sign in to comment.