timescale / timescaledb

An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
https://www.timescale.com/
Other
17.82k stars 885 forks source link

Collecting Metrics with the PostgreSQL and TimescaleDB Output Plugin for Telegraf #2665

Open ghost opened 3 years ago

ghost commented 3 years ago

Hello, I have installed and set up my TimescaleDB. I'm following the instruction that you have written here : https://docs.timescale.com/latest/tutorials/telegraf-output-plugin

Unfortunately in the latest telegraf version I cannot find the [[outputs.postgresql]] in the config file. Are you aware if they remove this output ? Can you give/write an article how can we use data shipper (telegraf/metricbeat etc) to send data to TimescaleDB ?

Thank you in Advance, Ilias Zinovios

sohooo commented 3 years ago

Any updates regarding Telegraf compatibility?

BerndCzech commented 2 years ago

Hi, in a hobby project telegraf 1.13.0-with-pg is fine, but not in a production environment.

As it seems TSDB abandoned (PR was not merged by InfluxData, no newer download since 1.13 or is this the current progress? ) the telegraf approach: is there any other plug-and-play way you recommend to collect metrics with TSDB?

I just guess you would need a metrics collection solution and I did not find it, if I compare it to competitors (Influx <-> Telegraf, Prometheus <-> NodeExporter)...