kepler icon indicating copy to clipboard operation
kepler copied to clipboard

Integrate Kepler with Graphite ?

Open annis-souames opened this issue 11 months ago • 5 comments

Hello

I have been using Kepler for some time and it has worked fine, however, due to some external reasons, I had to move from Prometheus + Grafana stack into Grafana Cloud + Graphite for storing metrics, I was wondering what would be the easiest way to get Kepler data into graphite (even if I have to write a small script for this).

Thanks

annis-souames avatar Mar 04 '24 10:03 annis-souames

I am not familiar with Graphite, is there any conversion (I cannot find any on google either)? Alternatively, you can use the Kepler dashboard builder that doesn't need Grafana or Prometheus.

rootfs avatar Mar 04 '24 14:03 rootfs

The suggested poject seems to require prom_url, I assume it needs Prometheus right ?

annis-souames avatar Mar 06 '24 10:03 annis-souames

It doesn't need prometheus, @jesuino can you help? thanks

rootfs avatar Mar 06 '24 14:03 rootfs

Hello @rootfs I didn't send the metrics dashboards at the time because I was not able to enable CORS on Kepler. However, here's the dashboard that reads directly from Kepler metrics (no Prometheus):

https://github.com/jesuino/dashbuilder-yaml-samples/blob/main/kepler/kepler_metrics.dash.yaml

You can see it running with an unreleased Dashbuilder version here:

https://jesuino.github.io/dashboards?import=https://raw.githubusercontent.com/jesuino/dashbuilder-yaml-samples/main/kepler/kepler_metrics.dash.yaml

Or you can edit with the latest released dashbuilder version here:

https://start.kubesmarts.org/#/import?url=https://github.com/jesuino/dashbuilder-yaml-samples/blob/main/kepler/kepler_metrics.dash.yaml

jesuino avatar Mar 06 '24 17:03 jesuino

@jesuino thank you for the info

@annis-souames if dashboard builder works for your use case, please let's know.

rootfs avatar Mar 07 '24 22:03 rootfs