Hi, On 4/3/20 5:49 PM, Кирилл Новиков wrote: > Are new versions of Node-Exporter > <https://github.com/prometheus/node_exporter> for Prometheus compatible > to older versions? Is someone automatically update this exporter without > any check's?
Technically, node_exporter is still pre-1.0 (1.0 is on its way, there is a first RC), so there are no hard guarantees. In practice, there was only one major change in recent times I can remember. It was related to counter renames. I would suggest reading the changelog, which denotes breaking changes, and maybe running a diff between the old and the new output. Kind regards, Christian -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/6f1508d5-4642-4a56-d123-8582cfdc56af%40hoffmann-christian.info.

