mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user