wish / eventmaster

Event storage API server
MIT License
11 stars 8 forks source link

Grafana annotation has empty data section #48

Closed smcquay closed 3 years ago

smcquay commented 7 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.

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.

zxia-wish commented 3 years ago

Fixed