Direct grafana integration.
Cyanite should be able to interact with Grafana directly directly.
For this it needs:
- [x] A query parser
- [x] Globbing path searches
- [x] Time interval handling for
fromanduntilparameters - [x] A new API route to service these queries.
- [x] A minimal set of implemented operations
- [ ] Wiring up the functionality
I would love to try this. Is it ready for some initial testing?
Hi @daxomatic !
The last item - a new API route for queries - needs to be done first. The work to service queries is done, all I need to do is to run normalization on the paths found to ensure operations will occur on homomorphous series.
Here is the initial list of implemented functions:
scaleabsolutedidvideSeriessumSeries
Hi Pierre! :-)
I am looking at the recent updates, and it seems you are pretty busy, but it seems really promising. I hope i can help you with some testing and then some more. I think you got an invite, lets talk about this.
Kind regards Dax
On Sat, Oct 17, 2015 at 8:15 AM, Pierre-Yves Ritschard < [email protected]> wrote:
Here is the initial list of implemented functions:
- scale
- absolute
- didvideSeries
- sumSeries
— Reply to this email directly or view it on GitHub https://github.com/pyr/cyanite/issues/136#issuecomment-148888405.
Hi @daxomatic,
Basic support is now working. A path fetching a single series may now be displayed directly in grafana. Most of the work will now revolve around two things:
- Making sure we're formatting series correctly for grafana
- Testing the DSL for edge cases.
I'm eager to test this as well.
Hi @pyr, do you have any ETA for this?
Hi @hryamzik still none, though there aren't too many pieces missing