Thanks to visit codestin.com
Credit goes to github.com

Skip to content

foxbot/censusai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Census with Azure App Insights

  • Follow the guide here to create an Application Insights instance
  • Export your instrumentation key as an environment variable:
    • export APPINSIGHTS_INSTRUMENTATIONKEY=xxxxxxx
    • I use direnv and MAKE SURE that my .envrc file is in .gitignore
  • Build and run the LocalForwarder (Dockerfile in the root of this repo)
    • make build-forward
    • make forward

Shutdown / Cleanup

Be sure to delete the App Insights Resource Group you created in the Azure Portal when you are done experimenting so you won't have a lingering billable service you're not using.

Links and Documentation

App Insights - Go + OpenCensus

About

OpenCensus + Go --> Azure AppInsights

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 81.9%
  • Dockerfile 10.0%
  • AMPL 4.1%
  • Makefile 4.0%