Internal memory structure for storing Prometheus metrics
new()
PrometheusMemoryAdapter$new()
instance of PrometheusMemoryAdapter Gather up all known metric samples
collect()
PrometheusMemoryAdapter$collect()
vector of metric samples Upsert a given gauge in memory
updateGauge()
PrometheusMemoryAdapter$updateGauge(input_list)
input_list
list of values needed to update a gauge
PrometheusGauge being updated Upsert a given counter in memory
updateCounter()
PrometheusMemoryAdapter$updateCounter(input_list)
input_list
list of values needed to update a counter
PrometheusCounter being updated
clone()
The objects of this class are cloneable with this method.
PrometheusMemoryAdapter$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.