Andrii Chubatiuk

Results 132 comments of Andrii Chubatiuk

disabled `manage_template` to get rid of this error, telegraf is able to push data to victorialogs, but there's no way how to remap it's fields to _msg_fields, _stream_fields, _time_fields. It's...

@valyala main issue is with library, which telegraf is using for elasticsearch requests. Its [function](https://github.com/olivere/elastic/blob/29ee98974cf1984dfecf53ef772d721fb97cb0b9/bulk.go#L233), which performs bulk request doesn't support custom query args and the latest commit was about...

@valyala custom headers are supported by telegraf starting from [release 1.31.0](https://github.com/influxdata/telegraf/releases/tag/v1.31.0)

it's already [there](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/deployment/docker/victorialogs/telegraf-docker) it contains multiple protocols at the same time, I've updated this approach in [this PR](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/5536) to have a separate installation for each ingestion protocol

telegraf logs support was included into VictoriaLogs release [0.29.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v0.29.0-victorialogs). Please check how to ingest logs from Telegraf [here](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/deployment/docker/victorialogs/telegraf)

@alexintech just curious if you change the order - `120s,0s` will it also cause an error?

the most obvious reason is [this](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/6206/files) as mentioned by @jiekun, I've reproduces an issue as well and I've tested these changes @alexintech you can try [this](https://hub.docker.com/layers/victoriametrics/vmagent/heads-do-not-cleanup-ts-in-dedup-0-g0e3858cf6/images/sha256-22b33f216f96466d050230987c3bb6f6675356648a53865b0302968491884c40?context=repo) if you want

interesting is there any reason to use sync.Map for all aggregators except total?

hey @gergelyurbancsik better to ask @valyala 😉

hey @aluode99 this log record appears during scrape configs reloading could you please share info about CPU, memory usage? which VMAgent version are you using? could you please describe a...