You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
I am using Prometheus API with remote read from my a proprietary backend. Is there an option to disable reads from local prometheus db just to avoid any duplicate time series in query. I tried flag 'remote_recent=true' but it still fetches from local db as well. There is an additional label in remote read store thats causing duplicates in my case.
thanks
Johny
Julien Pivotto
unread,
Feb 11, 2021, 2:41:05 PM2/11/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Johny, Prometheus Users
Which version are you using? You might hit a bug fixed in v2.17.0.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
I am using 2.17.2. Does 'remote_recent' supposed to work for such cases? Basically I want to disable reading from local db, all time series should be fetched from remote backend.