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

Support for ApplicationInsights #43

Closed
giuliov opened this issue Feb 4, 2019 · 0 comments
Closed

Support for ApplicationInsights #43

giuliov opened this issue Feb 4, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@giuliov
Copy link
Member

giuliov commented Feb 4, 2019

Permit logging on AI as alternative to built-in logging.

Reason

The built-in logging is useful for testing with light workloads but is not intended for high-load production use. For production monitoring, Application Insights is recommended. If built-in logging is used in production, the logging record may be incomplete due to throttling on Azure Storage.
https://docs.microsoft.com/en-us/azure/azure-functions/functions-monitoring#disable-built-in-logging

Foreseeable changes
ARM template creates AI resource
Configuration command to switch between modes by removing adding these keys:

  • AzureWebJobsDashboard connection string to storage created by template
  • APPINSIGHTS_INSTRUMENTATIONKEY key of AI
    Do not forget to expose logging to rules

Open issues
One AI resource per Instance or one per RG or what?

@giuliov giuliov added the enhancement New feature or request label Feb 4, 2019
@giuliov giuliov changed the title Support for ApplicationInsight Support for ApplicationInsights Feb 5, 2019
@giuliov giuliov added this to the v0.5 milestone Feb 7, 2019
BobSilent pushed a commit to BobSilent/aggregator-cli that referenced this issue May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant