Analytics: RudderStack custom URLs to fetch SDK and Config (#41988)

* Add config options to provide custom URL to fetch Rudderstack SDK and Config

* Add new entries to defaults.ini

* Update docs
This commit is contained in:
William Assis
2021-12-06 11:42:29 -03:00
committed by GitHub
parent b6818718e9
commit eab0ba8716
7 changed files with 51 additions and 2 deletions

View File

@@ -464,6 +464,27 @@ Analytics ID here. By default this feature is disabled.
Google Tag Manager ID, only enabled if you enter an ID here.
### rudderstack_write_key
If you want to track Grafana usage via Rudderstack specify _your_ Rudderstack
Write Key here. The `rudderstack_data_plane_url` must also be provided for this
feature to be enabled. By default this feature is disabled.
### rudderstack_data_plane_url
Rudderstack data plane url that will receive Rudderstack events. The
`rudderstack_write_key` must also be provided for this feature to be enabled.
### rudderstack_sdk_url
Optional. If tracking with Rudderstack is enabled, you can provide a custom
URL to load the Rudderstack SDK.
### rudderstack_config_url
Optional. If tracking with Rudderstack is enabled, you can provide a custom
URL to load the Rudderstack config.
### application_insights_connection_string
If you want to track Grafana usage via Azure Application Insights, then specify _your_ Application Insights connection string. Since the connection string contains semicolons, you need to wrap it in backticks (`). By default, tracking usage is disabled.