You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whilst working on monitoring #151 , found that following line in file app/app.py in hyacinth app was commented out. (This may have been in preparation for the demo). However this causes app to not collect the metric and hence the app monitoring dashboard can not have charts with data.
Go to dev azure environment where Hyacinth is deployed or deploy hyacinth locally.
Go to web app/ open it in browser to create some operational logs and metrics.
Go to app insights on Azure and notice that the metrics related to requests have not been generated.
Expected behavior
Metrics and logs related to web application activity should be created so that charts with this data can be created in application insights.
The text was updated successfully, but these errors were encountered:
Azure log exporter is turned off in Hyacinth app
Whilst working on monitoring #151 , found that following line in file app/app.py in hyacinth app was commented out. (This may have been in preparation for the demo). However this causes app to not collect the metric and hence the app monitoring dashboard can not have charts with data.
setup_azurelog_exporter(environment, app.server, instrumentation_key)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Metrics and logs related to web application activity should be created so that charts with this data can be created in application insights.
The text was updated successfully, but these errors were encountered: