Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInfluxData reporter #630
InfluxData reporter #630
Comments
|
good idea ! @macbre how did you imagine that one ? write every metric to a single serie ? write a single point to multiple series where every metric correspond to a serie ? or you might want to be super flexible which I don't really recommend ... What I would do is write each metric as a point to a single serie where the serie could be a parameter and defaults to phantomas-<tracked_url> |
|
Let's try the following approach:
https://docs.influxdata.com/influxdb/v1.1/introduction/getting_started/ https://docs.influxdata.com/influxdb/v1.1/concepts/schema_and_data_layout/:
Use https://github.com/node-influx/node-influx
Integration tests: https://github.com/crodas/InfluxPHP/blob/master/.travis.yml |
|
I suggest pushing more than one metric into the same measurement, if those metrics are related, as that makes it possible to easily do maths on them (for example, subtract one loading time from another). |
|
@anlutro, what if we push all metrics as fields in a single measurement? |
Introduce
phantomas-reporter-influxdataRelates to #593
Integration tests using TravisCI