The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Add Azure Application Insights tracking to a Shiny App. Requires an active Azure subscription and Application Insights instrumentation key! Based on https://docs.microsoft.com/en-us/azure/azure-monitor/app/javascript and https://github.com/microsoft/ApplicationInsights-JS.
Supports so far only pageViews
(automatically sent),
autoTrackPageVisitTime
(when configured), and
customEvents
.
customMetrics
will still not go through.
New Azure regions do not support instrumentation keys. Instead, a connection string must be supplied (which includes the instrumentation key).
includeAzureAppInsights()
in your
ui
-function. Anywhere will do.startAzureAppInsights(session, config(connectionString = <>, appId = <>))
in your server
-function.To submit a custom event from the server-side use
trackEvent
. You can also use to submit directly from the
browser.
tags$button("Click me!",
onClick=HTML("appInsights.trackEvent( {name: 'garble', properties: {moobs: 15, bacon: true}});" )
)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.