Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upPrometheus remote write missing measurements name #3662
Comments
This comment has been minimized.
This comment has been minimized.
|
That looks to be an issue on Influx's end. |
brian-brazil
closed this
Jan 6, 2018
This comment has been minimized.
This comment has been minimized.
|
I must admit that I have not looked at the kind of requests Prometheus sends to Influxdb ; but I guess that Influxdb stores what it receives, so I suppose it's up to Prometheus to send data in the proper format. I'm don't mean to be aggressive, I honestly don't know if it's up to Influxdb or Prometheus to fix it, but given that the issue on Influxdb is opened since some time and does not have any answer, I thought I would open it here as well. |
This comment has been minimized.
This comment has been minimized.
|
Prometheus is what defines the format, it's up to Influx to alter it in any way it sees fit. |
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 23, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Nodraak commentedJan 6, 2018
I don't like copy pasting issues and not respecting the template, but really, all the needed info is here : Initial issue opened on Influxdb's Github. So I'll just quote him:
Metrics send from prometheus to influxdb with native influx remote write have missing measurement name.
All metrics are saved by InfluxDB to
_measurement.Looks like labels from ALL metrics are merged, so each metric have labels (set to null) from all other metrics...
When Prometheus Remote Storage Adapter is in place:
IMHO native support for prometheus remote write should behave similar to remote storage adapter, and use label
__name__as measurement nameHow to reproduce:
Configure remote write in prometheus: