Skip to content

Influxdb 1.2. Collectd service. Multiple data sources for measurement don't work correctly. #8426

Closed
@cinek810

Description

Bug report

System info: Influxdb 1.2, collectd-4.10

Steps to reproduce:

  1. enable collectd service in influxdb
  2. enable df plugin in collectd, configure collectd to send data to influx collectd service
  3. check measurements created in influxdb
  4. use types.db with:
    df used:GAUGE:0:1125899906842623, free:GAUGE:0:1125899906842623

Expected behavior:
Expected is to have one measurement df with values stored in fileds named "used" and "free".
At least it's how it's described on mailing list:
https://mailman.verplant.org/pipermail/collectd/2015-June/006551.html

Actual behavior:
Two separate measurements
df_used, df_free created

Additional info:
I've tried changing the ds names in types.db from used to df_used, the result was creation of measurement:
df_df_used
I suspect that data source is simply concatenated to the measurement name instead of beeing used as filed name in case of multiple values returned from measurement.

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions