coroot / coroot-node-agent

A Prometheus exporter based on eBPF that gathers comprehensive container metrics
https://coroot.com/docs/metrics/node-agent
Apache License 2.0
311 stars 55 forks source link

Bug in documentation #30

Closed KKulishov closed 1 year ago

KKulishov commented 1 year ago

Hello!

you have an error in the documentation. node-agent

set flags --no-parse-logs Disable container logs parsing

but if set this flag , node-agent error:

coroot-node-agent: error: unknown long flag '--no-parse-logs', try --help

but in your code it says flag node-agent

DisableLogParsing = kingpin.Flag("disable-log-parsing", "Disable container log parsing").Default("false").Bool()

please correct the documentation node-agent flags

you have a great project!

def commented 1 year ago

Fixed! Thanks for telling us.