Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add application insights data source #2625

Merged
merged 7 commits into from
Jan 10, 2019
Merged

Add application insights data source #2625

merged 7 commits into from
Jan 10, 2019

Commits on Jan 8, 2019

  1. Add Application Insights data source

    This simple data source allows to return the ID and Instrumentation
    Key for a given App Insights bucket name.
    inkel committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    cc14b88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ae5564 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Configuration menu
    Copy the full SHA
    9898fc3 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Configuration menu
    Copy the full SHA
    17741a2 View commit details
    Browse the repository at this point in the history
  2. Let ResourceData.Set handle dereferencing pointers

    This also makes the syntax more consistent when using either strings
    or maps.
    
    Thanks @kt for the tip!
    inkel committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    1dd1d93 View commit details
    Browse the repository at this point in the history
  3. Use helper to set tags

    inkel committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    9a082d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    601fdb9 View commit details
    Browse the repository at this point in the history