Closed smcquay closed 3 years ago
renders as:
Data: map[]
As it turns out the function that fetches collections of events hard-codes "should I fetch data" to false.
false
We need to decide if the cost of always fetching data is fine; if false is changed to true the data shows up in Grafana.
true
Fixed
renders as:
As it turns out the function that fetches collections of events hard-codes "should I fetch data" to
false
.We need to decide if the cost of always fetching data is fine; if
false
is changed totrue
the data shows up in Grafana.