Azure-Samples / azure-sdk-for-go-samples

Examples of how to utilize Azure services from Go.
MIT License
296 stars 184 forks source link

add tracing samples #230

Open vladbarosan opened 5 years ago

vladbarosan commented 5 years ago

When the user has configured an OpenCensus exporter, Azure's packages emit traces about their calls. Demonstrate how to set up and monitor traces in:

  1. a CLI app
  2. a web app
  3. Terraform
joshgav commented 5 years ago

added key scenarios to demonstrate to the original post. updated title to parallel others in the repo.