TLDR Milan needed help connecting TimescaleDB to Signoz for monitoring parameters. Ankit advised using Prometheus integration with modifications to the prometheus.yml file.
are you using timescaledb saas or self-host?
and, why do you need to connect timescaledb to signoz?
saas
I want to be able to monitor parameters like cpu usage, free hdd space and similar
ok... since they are timeseriesDB they should have shown it themselves, i.e., another account should show these metrics from the other account.
I think this integration is something specific to them that we do not control. If they were exposing OpenTelemetry format data, then it should be possible.
Let me quickly check if it would be possible to use their Prometheus integration
You should be able to do this by using prometheus integration
How to enable prometheus receiver at SigNoz
Thanks a lot.
you won't need ```remote_write: - url: "http://{ADAPTER_IP}:9201/write" remote_read: - url: "http://{ADAPTER_IP}:9201/read"```
Milan
Tue, 09 May 2023 08:06:30 UTCHi all, I need help understanding what would be recommended way to connect TimscaleDB ( ) instance to Signoz.
This image shows available options from TimescaleDB:
Thanks in advance