GSShinyMonitor | R Documentation |
Geoserver REST API DataStore
Geoserver REST API DataStore
R6Class
object.
Object of R6Class
for setting a GS Shiny monitoring app
new()
Initializes a Geoserver shiny monitoring tool
GSShinyMonitor$new(manager, file = NULL, append = FALSE, sleep = 1)
manager
object of class GSManager
file
file File where to store monitoring results
append
append. Whether results should be appended to existing file
sleep
sleep. Interval in seconds to trigger monitor calls
getMetric()
Get metric
GSShinyMonitor$getMetric(name)
name
name
the Geoserver monitored metric
run()
Runs the application
GSShinyMonitor$run()
clone()
The objects of this class are cloneable with this method.
GSShinyMonitor$clone(deep = FALSE)
deep
Whether to make a deep clone.
Internal class used for GSManager$monitor
method
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.