Did anyone know if it is possible to collect metric directly by sending a prometheus query in telegraf to VictoriaMetrics ?
I have tried this but it is not working :/
[inputs]
[[inputs.prometheus]]
urls = ["http://my_db_address:8428"]
query = "ifHCOutOctets_counter{target="device"}"
Any ideas ? Thanks !
Make sure Prometheus query is valid data in system.if issue persists victoria metrics logs connection problem.Adusjust query with single quotes.Not use double quotes.