[prometheus-users] Re: Setup telegraf + Prometheus + Grafana on CentOS Linux release 7.7.1908 (Core).

2020-03-25 Thread Daniel Horecki
Telegraf has a plugin to act as a prometheus client. Then it can pull data from it: https://github.com/influxdata/telegraf/tree/master/plugins/outputs/prometheus_client On Tuesday, 24 March 2020 19:58:03 UTC, Brian Candler wrote: > > On Tuesday, 24 March 2020 18:41:48 UTC, Kaushal Shriyan wrote:

[prometheus-users] Re: Setup telegraf + Prometheus + Grafana on CentOS Linux release 7.7.1908 (Core).

2020-03-24 Thread Brian Candler
On Tuesday, 24 March 2020 18:41:48 UTC, Kaushal Shriyan wrote: > > Any plugin or module to allow telegraf agent to push metrics to the > Prometheus time-series database? > > Sorry if I wasn't clear before, but I can't think of a clearer way to say it: *you cannot push data to Prometheus*. Promet

Re: [prometheus-users] Re: Setup telegraf + Prometheus + Grafana on CentOS Linux release 7.7.1908 (Core).

2020-03-24 Thread Ben Kochie
On Tue, Mar 24, 2020 at 7:41 PM Kaushal Shriyan wrote: > > > On Wednesday, 25 March 2020 00:04:34 UTC+5:30, Brian Candler wrote: >> >> You can't push to Prometheus like that. >> >> Have a look at VictoriaMetrics, which *does* support push (including the >> influxdb line protocol used by telegraf)

[prometheus-users] Re: Setup telegraf + Prometheus + Grafana on CentOS Linux release 7.7.1908 (Core).

2020-03-24 Thread Kaushal Shriyan
On Wednesday, 25 March 2020 00:04:34 UTC+5:30, Brian Candler wrote: > > You can't push to Prometheus like that. > > Have a look at VictoriaMetrics, which *does* support push (including the > influxdb line protocol used by telegraf). It also supports the Prometheus > query API, so you can query

[prometheus-users] Re: Setup telegraf + Prometheus + Grafana on CentOS Linux release 7.7.1908 (Core).

2020-03-24 Thread Brian Candler
You can't push to Prometheus like that. Have a look at VictoriaMetrics, which *does* support push (including the influxdb line protocol used by telegraf). It also supports the Prometheus query API, so you can query it from Grafana dashboard just like a Prometheus server. -- You received this