Re: [prometheus-users] collect non-metrics data

2023-02-13 Thread Christoph Anton Mitterer
Hey Ben. On Saturday, February 11, 2023 at 11:18:44 AM UTC+1 Ben Kochie wrote: You combine this with an "info" metric that tells you about the rest of the device. Ah,... and I assume that one could just also export these info metrics alongside e.g. node_md_state? Thanks :-) Chris. -- You re

Re: [prometheus-users] Document recording rules

2023-02-13 Thread sayf.eddi...@gmail.com
Done https://github.com/prometheus/prometheus/issues/11969 Thanks On Monday, February 13, 2023 at 3:37:12 PM UTC+1 Ben Kochie wrote: > That's a very interesting idea. I don't think that's possible right now. > But maybe file a feature request on github? > > On Mon, Feb 13, 2023 at 3:27 PM sayf.

Re: [prometheus-users] Document recording rules

2023-02-13 Thread Ben Kochie
That's a very interesting idea. I don't think that's possible right now. But maybe file a feature request on github? On Mon, Feb 13, 2023 at 3:27 PM sayf.eddi...@gmail.com < sayf.eddine.hamm...@gmail.com> wrote: > Hello, > > I am working on adding recording rules. But I dont see how to document >

[prometheus-users] Document recording rules

2023-02-13 Thread sayf.eddi...@gmail.com
Hello, I am working on adding recording rules. But I dont see how to document them in the code. We have `HELP` entry for metrics, `description` and `summary` for alerts. what about recording rules? Best regards -- You received this message because you are subscribed to the Google Groups "Pro

Re: [prometheus-users] 404 Error as prometheus adds a port 443 to my aws app runner domain

2023-02-13 Thread V P
Thanks for the quick reply Stuart, here i am facing an error with app runner domain i.e my app runner service don't include any port in its URL its simply https://example.apprunner.com when m using it with prometheus i.e https://example.apprunner.com/actuator/prometheus , it taking a default p

[prometheus-users] Prometheus config not able to scrape through https app runner domain

2023-02-13 Thread Vedant Yerpude
How to scrape through the https app runner domain without providing the port number? -- 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+unsubs

Re: [prometheus-users] 404 Error as prometheus adds a port 443 to my aws app runner domain

2023-02-13 Thread Stuart Clark
On 13/02/2023 09:16, V P wrote: We want to scrape a https app runner domain without a port number and the Prometheus configuration is according to that. Is there a way to prevent the default port number for https(443) to get applied in the domain name of app runner when the Prometheus targets t

[prometheus-users] Exporting Prometheus metrics from locally to AWS managed Prometheus

2023-02-13 Thread Pradumn Mishra
Hi, I am currently creating a local Prometheus server and able to scap metrics using opentelemetry agent. The metrics are also opentelemetry metrics. I want to implement the same into AWS managed Prometheus so that my local metrics are pushed there. Is there any reference or documentation for th

[prometheus-users] Prometheus certificates issue

2023-02-13 Thread Vedant Yerpude
how to supply the certiifcates in prometheus docker? -- 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 t

[prometheus-users] How to supply the certificates in prometheus docker

2023-02-13 Thread V P
Is there a way to add security certificates in Prometheus config from docker so as to avoid the https port number to get added in my target domain so I wont be getting a *404 error* in Prometheus. my domain : *https://app-runner.com/actuator/prometheus* instance created : *https://app-runner.co

Re: [prometheus-users] Csv file import and scrape metrics into Prometheus

2023-02-13 Thread Pradumn Mishra
I have a similar usecase where I have json files with metrics which also has Timestamps (string format). Do I need to backfill the data into prometheus or write a exporter. I have tried the latter. so a sample of my data has : {some attributes (including timestamp)} value I used the observable

[prometheus-users] 404 Error as prometheus adds a port 443 to my aws app runner domain

2023-02-13 Thread V P
We want to scrape a https app runner domain without a port number and the Prometheus configuration is according to that. Is there a way to prevent the default port number for https(443) to get applied in the domain name of app runner when the Prometheus targets the https domain? As my domain ht