Git Product home page Git Product logo

Comments (3)

armon avatar armon commented on June 15, 2024

I think it's actually just a difference in naming. Any key/value pairs sent to star site are passed through directly without any aggregation. I think the only thing is that the key is prefixed with "kv." Is this the functionlity you are looking for?

If you want, I can alias the 'r' letter to mean key value as well.

from statsite.

jawnb avatar jawnb commented on June 15, 2024

You're correct. I misunderstood what I was asking for.

I think what I did mean, was if there could be any way to get some raw metric/timestamp/value passed through to graphite, similiar to what graphite gives you out of the box.

I looked through the code and it looks like theres some core functionality that would need to change. Do you have any opinions on adding something like this in or accepting a patch for it?

from statsite.

armon avatar armon commented on June 15, 2024

I think I see what you are saying now. You want to pass values directly through to graphite, not using the statsd protocol? There isn't a way to do this currently, and because statsite supports multiple sinks, it seems rather strange to do this anyways. Is there something in particular you are trying to do? Maybe we can support this in a different way?

Sending a key/value pair will send the metric and value, but uses the current timestamp. If you need to send a specific timestamp, that could be added using a @ similar to how sampling with counters works.

Let me know.

from statsite.

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.