Skip to content

v0.2.0-azure-applicationinsights-1 - Azure Application Insights Preview I

Pre-release
Pre-release
Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 22 Jul 16:56
· 1593 commits to master since this release
030899a

Getting started

Running Promitor Scraper is super easy:

docker run -d -p 8999:80 -e PROMITOR_AUTH_APPID='<azure-ad-app-id>'   \
                         -e PROMITOR_AUTH_APPKEY='<azure-ad-app-key>' \
                         -e PROMITOR_TELEMETRY_INSTRUMENTATIONKEY='<azure-application-insights-key>' \
                         -v C:/Promitor/metrics-declaration.yaml:/config/metrics-declaration.yaml \ 
                         tomkerkhove/promitor-scraper:0.2.0-azure-applicationinsights-1

Docker image is available on Docker Hub.

New features/changes

  • #83 Upgrade to .NET Core 2.1
  • #102 Migrate to Microsoft.Azure.Management.Monitor.Fluent instead of Microsoft.Azure.Management.Monitor
  • #110 Validate azure authentication configuration on startup

Previews

  • #82 Provide initial telemetry to Azure Application Insights
    • Track exceptions when scraping Azure Monitor