EchoSrv: Enable auto route tracking for Azure App Insights (#113354)
* Echo: Enable auto route tracking with Azure App Insights * Add server config option to disable auto route tracking * fix not using minified js
This commit is contained in:
@@ -657,12 +657,16 @@ If you want to track Grafana usage via Azure Application Insights, then specify
|
||||
|
||||
Optionally, use this option to override the default endpoint address for Application Insights data collecting. For details, refer to the [Azure documentation](https://docs.microsoft.com/en-us/azure/azure-monitor/app/custom-endpoints?tabs=js).
|
||||
|
||||
<hr />
|
||||
#### `application_insights_auto_route_tracking`
|
||||
|
||||
Optionally, use this to configure `enableAutoRouteTracking` in Azure Application Insights. Defaults to `true`. For more details, refer to the [Azure documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/app/application-insights-faq#is-there-a-way-to-see-fewer-events-per-transaction-when-i-use-the-application-insights-javascript-sdk)
|
||||
|
||||
#### `feedback_links_enabled`
|
||||
|
||||
Set to `false` to remove all feedback links from the UI. Default is `true`.
|
||||
|
||||
<hr />
|
||||
|
||||
### `[security]`
|
||||
|
||||
#### `disable_initial_admin_creation`
|
||||
|
||||
Reference in New Issue
Block a user