Code Monkey home page Code Monkey logo

Comments (4)

jondot avatar jondot commented on September 26, 2024

Hi,

Graphene is built to plug with anything that looks like a Graphite data source.

If you want to use Redis, then I'm assuming you have a service that serves the Redis data somewhere.
And also, since Redis is not a time-series store naturally, I'm also assuming you took the effort to build a time-series model abstraction over Redis.

If you can shape the time-series data from your service into how Graphite shapes it - you should have no problem at
all just placing a link to your data service instead of the Graphite link.

As a quick example, this is how Graphite renders the time-series as JSON:

[{"target": "some.metric", "datapoints": [[3328437.8333333335, 1358255100], [3328653.1666666665, 1358255160], [3328835.0, 1358255220], [3328978.1666666665, 1358255280], [3329080.5, 1358255340], [3329199.6666666665, 1358255400]]}]

Hope this helps.

from graphene.

jondot avatar jondot commented on September 26, 2024

Hey, @ssuryawa, just following up - did this help eventually?

from graphene.

ssuryawa avatar ssuryawa commented on September 26, 2024

Hi @jondot, yes, it did help me...I ended up with Statsd -> Graphite -> Graphene...

Thanks...

from graphene.

jondot avatar jondot commented on September 26, 2024

That's great, happy to hear

from graphene.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.