GithubHelp home page GithubHelp logo

Comments (4)

Typositoire avatar Typositoire commented on August 19, 2024

Using InfluxDB 0.9.6 and InfluxDB-ruby 0.2.3

from influxdb-ruby.

Typositoire avatar Typositoire commented on August 19, 2024

actually anytime I try to do write_points with multiple entry to the same series only the last one gets written..

from influxdb-ruby.

Typositoire avatar Typositoire commented on August 19, 2024

Not optimal but sleeping between each insert works... So it likes influx is only inserting one event / sec max ? If 2 event enter at the same second, one of them get discarded ?!

from influxdb-ruby.

Typositoire avatar Typositoire commented on August 19, 2024

Hi Yann,

I think the issue you are hitting is that all of the points you are writing share the same timestamp and series, which is causing each successive write to overwrite the previous one. Please note that InfluxDB's use of the word 'series' seems to differ from the Ruby client's use of the word 'series', which should really be referred to as 'measurement'. You can read more on what InfluxDB considers to be a duplicate point here. I also recommend you read through our Scheme Design documentation here.

Is there a reason you are using team and logstash_receiver as values instead of tags? If you set those as tags, then a new series will be created for each unique team and logstash_receiver value, and you will be able to write multiple points per timestamp. Conversely, this will also mean that you will need to use something else as your value.

Thanks,
Ross

Ross McDonald
Operations Engineer, InfluxDB

from influxdb-ruby.

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.