cyanite icon indicating copy to clipboard operation
cyanite copied to clipboard

Direct grafana integration.

Open pyr opened this issue 10 years ago • 8 comments

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 from and until parameters
  • [x] A new API route to service these queries.
  • [x] A minimal set of implemented operations
  • [ ] Wiring up the functionality

pyr avatar Oct 15 '15 21:10 pyr

I would love to try this. Is it ready for some initial testing?

Daxmatic avatar Oct 15 '15 22:10 Daxmatic

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.

pyr avatar Oct 16 '15 06:10 pyr

Here is the initial list of implemented functions:

  • scale
  • absolute
  • didvideSeries
  • sumSeries

pyr avatar Oct 17 '15 06:10 pyr

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.

Daxmatic avatar Oct 18 '15 23:10 Daxmatic

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.

pyr avatar Oct 19 '15 06:10 pyr

I'm eager to test this as well.

jshook avatar Oct 22 '15 05:10 jshook

Hi @pyr, do you have any ETA for this?

hryamzik avatar Nov 26 '15 14:11 hryamzik

Hi @hryamzik still none, though there aren't too many pieces missing

pyr avatar Feb 05 '16 13:02 pyr