Re: [prometheus-users] kubernetes SD config for Ingressroute Traefik

2020-08-10 Thread Ishvar B
e="+Inf"} 55 These are exposed by traefik and not by the service. Thanks Eswar On Saturday, 8 August 2020 14:27:55 UTC+2, Matthias Rampke wrote: > > Can you explain more what "metrics exposed by ingressroute" looks like? > This only configures traefik; are the m

[prometheus-users] kubernetes SD config for Ingressroute Traefik

2020-08-07 Thread Ishvar B
Hi, I am trying to use auto discovery of metrics endpoints for my k8s cluster. While I am able to scrape pod and service level metrics, i have metrics exposed by ingressroute(traefik). So if anybody knows how to use auto discovery with traefik, it would of great help. Thanks Eswar -- You

[prometheus-users] Re: scrape metrics from k8s pod using basic auth

2020-07-23 Thread Ishvar B
Hi Brain, Thanks for your reply. I already had config to scrape using basic auth. but my questions , can these be used in conjunction. Prometheus first using kubernetes SD config will identify the targets to be scrapped and then using basic auth to scrape individual endpoints identified in

[prometheus-users] scrape metrics from k8s pod using basic auth

2020-07-23 Thread Ishvar B
Hi All, I have got apps running inside k8s cluster. I have my prom set up outside of the cluster and below is the config to scrape pod level metrics. This config is picked from prometheus.io kubernetes SD config. We are planning to deploy some apps to k8s but these apps will have metrics

[prometheus-users] need assistance with scrapping metrics from k3s cluster

2020-07-21 Thread Ishvar B
HI, I have got a k3s cluster (not k8s). The metrics of my cluster is exposing api metrics. I don't have metrics server installed so right now what ever the metrics that i am getting is from api server. I want to know or have example scrape config for these metrics. The prometheus documentation

[prometheus-users] need help in scraping oracle metrics using oracle exporter.

2020-06-25 Thread Ishvar B
Hi All, I am trying to scrape oracle metrics in to my prometheus. I am trying to use a docker container as I don't want to know run the exporter on all the vms running oracle. I have zeroed in https://github.com/aoliynik/oracle-exporter. But there is very less documentation on how to run

[prometheus-users] need sample config for alertmanager

2020-06-10 Thread Ishvar B
Hi, I have got prometheus and alert manager set up and running. I am using pagerduty as receiver from alertmanager. Now, i want to create separate services in pagerduty for separate applications. How do i configure alertmanager to send these alerts to the service based on the application

Re: [prometheus-users] Prometheus predict linear query needs to exclude a metrics for a certain host

2020-05-15 Thread Ishvar B
; ...and then you could use those recorded time series to remove alerts for > those exceptions: > > predict_linear(node_filesystem_free_bytes{fstype!~"tmpfs"}[1h], 4 * > 3600) < 0 > unless on(instance, mountpoint) > excluded_instance_mountpoints > > (you could chan

[prometheus-users] Re: Too many scrape configs on prometheus config file

2020-04-01 Thread Ishvar B
username: "" password: "" labels: job: '**' Thanks Eswar On Tuesday, 31 March 2020 16:59:52 UTC+2, Ishvar B wrote: > > Hi, > > I have a prometheus set up which has too many (roughly 50 static configs) > and this number would increase as we have

Re: [prometheus-users] Too many scrape configs on prometheus config file

2020-03-31 Thread Ishvar B
Hi, Thanks. I have used file_sd for my black box exporter but how to use this for prometheus config yml.can you point to some resource? Thank Eswar -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop

[prometheus-users] Too many scrape configs on prometheus config file

2020-03-31 Thread Ishvar B
Hi, I have a prometheus set up which has too many (roughly 50 static configs) and this number would increase as we have lot of vms still be scraped for prometheus. The file is becoming huge , especially when some applications require basic auth. is there any best practice to maintain the