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 upRemote reader do not support regex filtering in label #3401
Comments
tomwilkie
added
the
component/remote storage
label
Nov 3, 2017
This comment has been minimized.
This comment has been minimized.
|
@dmitriy-lukyanchikov Thanks for the report. You are saying you are using InfluxDB 1.4, but I don't think that version exists yet? (at least at https://github.com/influxdata/influxdb/releases, it only goes up to 1.3.7). Are you using a version of InfluxDB that already has a built-in Prometheus remote read/write endpoint, or using an adapter? |
This comment has been minimized.
This comment has been minimized.
|
@juliusv Hello! That version not released yet but you can build a docker image using this repository https://github.com/influxdata/influxdata-docker/tree/master/influxdb/nightly or use official site and download version named nightly, also in the link that you provide there is already 1.4 version https://github.com/influxdata/influxdb/releases/tag/v1.4.0 This version of InfluxDB already has built-in Prometheus remote read/write endpoint |
This comment has been minimized.
This comment has been minimized.
|
@dmitriy-lukyanchikov interesting, https://github.com/influxdata/influxdb/releases/tag/v1.4.0 just gives me a 404, and that tag also does not show for me in the list. But I guess just checking with nightly would be sufficient. |
This comment has been minimized.
This comment has been minimized.
|
hm strange indeed the error, ok try to use docker it works perfect for me, it builds in a minute without any problem |
This comment has been minimized.
This comment has been minimized.
|
Can it be reproduced with released InfluxDB 1.4.x? |
This comment has been minimized.
This comment has been minimized.
|
Looks like this was resolved, and it would be an issue in InfluxDB rather than Prometheus anyway. |
brian-brazil
closed this
Feb 2, 2018
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 22, 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. |
dmitriy-lukyanchikov commentedNov 2, 2017
•
edited
What did you do?
I run query like this
node_cpu_load{host_name=~".*"}
What did you expect to see?
metrics that stored on influxdb and prometheus local storage
What did you see instead? Under which circumstances?
Only metrics that stored locally inside Prometheus DB under its own retention policy
Environment
I run Prometheus with configured remote read and wright to influxdb 1.4
Ubuntu 16.04.03
Linux 4.4.0-93-generic x86_64
prometheus, version 1.8.0 (branch: HEAD, revision: 3569eef)
build user: root@bd4857492255
build date: 20171006-22:12:46
go version: go1.9.1