mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 13:02:10 +08:00
Analytics: Add option to pass destSDKBaseURL to rudderstack load method (#74926)
* Add option to pass destSDKBaseURL to rudderstack load method * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
This commit is contained in:
@ -575,6 +575,12 @@ URL to load the Rudderstack SDK.
|
||||
Optional. If tracking with Rudderstack is enabled, you can provide a custom
|
||||
URL to load the Rudderstack config.
|
||||
|
||||
### rudderstack_integrations_url
|
||||
|
||||
Optional. If tracking with Rudderstack is enabled, you can provide a custom
|
||||
URL to load the SDK for destinations running in device mode. This setting is only valid for
|
||||
Rudderstack version 1.1 and higher.
|
||||
|
||||
### 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