azure_core_opentelemetry 0.9.0

OpenTelemetry integration for the Azure SDK for Rust
Documentation
1
2
3
4
5
6
7
8
// Copyright (C) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

fn main() -> Result<(), Box<dyn std::error::Error>> {
    println!("Tracing example completed successfully!");

    Ok(())
}