-storage.local.path=/prometheus -storage.local.retention={{ prometheus.settings.retension }} -storage.local.target-heap-size={{ prometheus.settings.targetHeapSizeInBytes }}"
--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/fde7375f-33b0-4baf-ab45-d13e61a166bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
What is the remote read stuff?
Will grafana to v2, read what it has, and transparently v2 will pass a query to v1 and merge the results on the fly?
The retention flag is now --storage.tsdb.retention and the heap-size flag has been removed with Prometheus 2.0.You can view all of the available flags running Prometheus with --help.
What is the remote read stuff?
Remote read allows Prometheus to transparently receive samples from another data source and is primarily intended for long term storage.You can find a guide on accessing data from Prometheus 1.x in Prometheus 2.0 here.
Will grafana to v2, read what it has, and transparently v2 will pass a query to v1 and merge the results on the fly?
Yes this will work.
--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/fde7375f-33b0-4baf-ab45-d13e61a166bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
remote_read: - url: http://prometheus1:9090/api/v1/read remote_timeout: 1m read_recent: true
The retention flag is now --storage.tsdb.retention and the heap-size flag has been removed with Prometheus 2.0.You can view all of the available flags running Prometheus with --help.What is the remote read stuff?Remote read allows Prometheus to transparently receive samples from another data source and is primarily intended for long term storage.You can find a guide on accessing data from Prometheus 1.x in Prometheus 2.0 here.Will grafana to v2, read what it has, and transparently v2 will pass a query to v1 and merge the results on the fly?Yes this will work.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To post to this group, send email to promethe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/fde7375f-33b0-4baf-ab45-d13e61a166bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/ae4a2a49-a8fe-4fcd-b92e-cdca782676b1%40googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
Interesting!I have external_labels in prometheus.yml that match in both v1 and v2 - but one of these labels have the same name and value as I have in some of my targets targets defined by service-discovery - if I remove this label from prometheus.yml it works.Is this a bug?
Is it not valid to have an external_label key/value that matches what's already set for some targets?
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/CAGO7Ob1bJGFdLi7LsmpOLiopJAKGkzknzkxvuNr%2BSisvn%3DQNTg%40mail.gmail.com.