[prometheus-users] Re: Need to execute the script on alert trigger

2022-04-17 Thread P Chanti
Hi, Can you please more details on this, I didn't understand the webhook_config link. On Monday, 4 April 2022 at 23:08:53 UTC+5:30 Brian Candler wrote: > https://prometheus.io/docs/alerting/latest/configuration/#webhook_config > > You need to write your own webhook receiver, which will be a sim

Re: [prometheus-users] Backfilling data into Prometheus

2022-04-17 Thread Stuart Clark
On 12/04/2022 23:06, John Grieb wrote: I am backfilling a month's worth (March 1st to 31st, 2022) of Zabbix trend data (hourly avg values) for a single metric (gauge) with a single label (Hostname). There are 746 datapoints in my OpenMetrics file which I'm converting to TSDB format using the co

[prometheus-users] Migrate old time series to new time series in prometheus database

2022-04-17 Thread Amin Borjian
Hi. We are looking to rename some of the metrics name (metric X -> Y). However, we do not want lose old data that has already been collected and stored by Prometheus in TSDB. history of metric is important for us. We are looking for the following way: 1) Change the name of the metric, as a res

[prometheus-users] Prometheus container restarts while fetching last 24hrs metrics

2022-04-17 Thread nbada...@gmail.com
Hi Guyz, I have been using Prometheus for few years with almost no issues, recently i am witnessing performance issues while spinning the queries via Grafana dashboard. Prometheus container sustains to server 12hrs of metrics without any issues, if i extend it to 24hrs of metrics then it get

[prometheus-users] Backfilling data into Prometheus

2022-04-17 Thread John Grieb
I am backfilling a month's worth (March 1st to 31st, 2022) of Zabbix trend data (hourly avg values) for a single metric (gauge) with a single label (Hostname). There are 746 datapoints in my OpenMetrics file which I'm converting to TSDB format using the command: promtool tsdb create-blocks-from

Re: [prometheus-users] Forced to use the Pushgateway as a workaround?

2022-04-17 Thread Matthias Rampke
If you can, deploy (a) Prometheus into the cluster itself. The easiest way to manage that is using the Prometheus operator, but if that is not possible, you can configure it directly using relabeling, as in this example[0]. This Prometheus can scrape the various targets. You have a few options fro