[prometheus-users] Why external labels don't accept UTF-8 encoded string?

2022-12-12 Thread Steve Wu
I understand labels in prometheus metrics have to be as small as possible to save disk space, therefore we don't support UTF-8, but what about external labels used by alerting rules? Do we need them to be small too? -- You received this message because you are subscribed to the Google Groups "

[prometheus-users] Proxying queries from one prometheus to another using `remote_read` returns empty results

2021-07-15 Thread Steve Yoon
We have multiple small prometheus instances scraping metrics from different services. In addition, we want a single prometheus as source of truth for all queries. I was looking to create consolidated read prometheus instance that can proxy queries to smaller instances by utilizing remote_read co

Re: [prometheus-users] Routes and receivers

2021-01-22 Thread steve waldron
h differentiating labels and different > "for" durations. > > On Thu, Jan 21, 2021 at 5:58 PM steve waldron wrote: > >> Is it possible to add a label with a dynamic value? for example - the >> amount of time an alert has been firing? if so, any examples of PROMQL

Re: [prometheus-users] Routes and receivers

2021-01-21 Thread steve waldron
That makes sense which leads to a couple of other questions: 1. Can an alert rule annotation definition contain a promql query to define? 2. if 1. is true, can the annotation label be used in alertmanager config route matching? Thanks, Steve On Thursday, January 21, 2021 at 12:04:52 PM UTC-5

[prometheus-users] Routes and receivers

2021-01-21 Thread steve waldron
hanks , Steve -- 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+unsubscr...@googlegroups.com. To view this discussion on the w

[prometheus-users] Re: prometheus visit k8s x509 certificate signed by unknown authority

2021-01-13 Thread simple steve
when i write tls_config twice in different location,everything is Ok! - job_name: kubernetes-apiservers scheme: https tls_config: ca_file: /etc/ssl/ca.crt cert_file: /etc/ssl/client.crt key_file: /etc/ssl/client.key kubernetes_sd_configs: - role: endpoints

[prometheus-users] Re: prometheus visit k8s x509 certificate signed by unknown authority

2021-01-12 Thread simple steve
yes, the option【 insecure_skip_verify: true 】 doesn't work ! logs are the same【 *x509: certificate signed by unknown authority*】 ,wheather i change *insecure_skip_verify* to *true *or *false *! 在2020年12月22日星期二 UTC+8 下午5:13:27 写道: > insecure_skip_verify: true > > this option doesn't work ? >

Re: [prometheus-users] Email Alert Notification: FROM address does not work

2020-05-22 Thread Steve
Hi Brian Thanks for the suggestion. I looked for Gmail setting for adding a verified address. No luck on my side. -Steve On Fri, May 22, 2020 at 1:56 AM Brian Candler wrote: > The issue is that Gmail is forcing your From: address to be the same as > your authenticated identity (to

Re: [prometheus-users] Email Alert Notification: FROM address does not work

2020-05-21 Thread Steve
: abcdefghijklmn send_resolved: true -Steve On Thu, May 21, 2020 at 5:35 PM Julien Pivotto wrote: > On 21 May 14:31, Steve wrote: > > Hi > > Email alert notification is working well with one exception: the FROM > > address. > > I am currently sending the email TO m

[prometheus-users] Email Alert Notification: FROM address does not work

2020-05-21 Thread Steve
always equal to the TO email address (as if I send the email). Is this a bug with alertmanager or is it gmail that works this way? Thank you for your help! -Steve -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe

[prometheus-users] How to control duration for resolved condition

2020-05-16 Thread Steve
Hi The Server support the parameter "for" that controls the duration between first occurrence and alert firing. Does the Server support a timer that control how long the condition must be undone before clearing the alert towards the Alertmanager? Thank you! Steve -- You rec

[prometheus-users] Number of timeseries stored in DB?

2020-05-12 Thread Steve
prometheus_tsdb_storage_blocks_bytes which I think provides storage consumption but nothing about total number of timeseries. I think it makes sense to know such number unless I am missing something. Your help is greatly appreciated! -Steve -- You received this message because you are subscribed to the Google Groups "Prome

[prometheus-users] Server crashes with scrape interval = 1 sec

2020-04-23 Thread Steve
Hi The Prometheus Server is working fine with scrape interval=15s. When I set it to 1s as an override to each job, the server does not come up i.e. it crashes. What is the minimum value supported? Thank you! -Steve -- You received this message because you are subscribed to the Google Groups

[prometheus-users] Grafana support for Prometheus Webhook Alerts?

2020-04-05 Thread Steve
Hi Does Grafana support HTTP/HTTPS webhook alerts originating from the Prometheus alert manager(s)? Thanks -Steve -- 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 i

Re: [prometheus-users] k8s service discovery is failing

2020-03-26 Thread Steve
Hi I have resolved the problem: add namespace to the job... -Steve On Wed, Mar 25, 2020 at 3:25 PM Steve wrote: > Hi > > I have been struggling with a RBAC issue and I cannot figure it out. > > Help please! > > > I have node exporter running in my cluster. > >

[prometheus-users] k8s service discovery is failing

2020-03-25 Thread Steve
list - watch Below is the role binding I used for Prometheus Server service account: apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: creationTimestamp: "2020-03-25T13:40:13Z" labels: app: prometheus chart: prometheus-10.5.1-steve-serv

Re: [prometheus-users] Does Federation support authentication?

2020-03-17 Thread Steve
alertManager to webhook receivers be secured using TLS with certificates today? -Steve On Tue, Feb 25, 2020 at 3:11 AM Julien Pivotto wrote: > On 25 Feb 09:06, Prabhakaran Venugopal wrote: > > Hello Experts, > > Does Prometheus Federation support Authentication ? > > > Hel

Re: [prometheus-users] Is up metric reliable?

2020-03-16 Thread Steve
Hi Christian Thanks for the suggestion. I stand corrected. Regards Steve On Mon, Mar 16, 2020 at 4:21 PM Christian Hoffmann < m...@hoffmann-christian.info> wrote: > Hi Steve, > > On 3/16/20 9:09 PM, Steve wrote: > > I have been playing with the up metric to see if it is rel

[prometheus-users] Is up metric reliable?

2020-03-16 Thread Steve
metric for target disappears) Please let me know what you think. Regards Steve -- 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-user

[prometheus-users] AlertManager - Response from Webhook Receiver ?

2020-03-12 Thread Steve
webhook receiver has actually received the alert? Does it retransmit the alert until it receives a response back from receiver? Thank you! -Steve -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this grou

[prometheus-users] IPv6 Support

2020-03-11 Thread Steve
Hi Does anyone know if the following components already support IPv6?: 1. prometheus-alertmanager 2. prometheus-node-exporter 3. prometheus-server 4. grafana If so, any configuration needed to activate IPv6? Is it possible to deactivate IPv4? Thanks! -Steve -- You received this

[prometheus-users] labeldrop

2020-02-24 Thread Steve
all other labels? Does regex support negative matches? Thank you -Steve -- 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-user

Re: [prometheus-users] Prometheus Server does not read recording rule file

2020-02-15 Thread Steve
Thank you Julien I got it working ! Have a nice weekend! -Steve On Sat, Feb 15, 2020 at 5:18 PM Steve wrote: > Hi > I am struggling with a simple problem. > My Prometheus Server (running in a container) does not want to read the > recording rule defined in a recording rule f

[prometheus-users] Prometheus Server does not read recording rule file

2020-02-15 Thread Steve
configured with the recording rule file. I can see the running configuration as follows: rule_files: - /root/steve-recording-rules-1.yml But when I check the Prometheus UI, I see no recording rules: I also don't find the new metric name in the expression browser. This is strange! -