Hi, On 7/21/20 8:54 PM, mordowiciel wrote: > I've installed the 0.15.2+ds version of the prometheus-node-exporter deb > package on Ubuntu 18.04. I was expecting that it would contain the > prometheus-node-exporter version 0.15.2 too, but looking at the names of > the exported metrics, I can see that installed node exporter must have > the version >=0.16.0, due to the breaking changes in the naming of some > popular metrics (ex. node_memory_Active_bytes -> node_memory_Active). > > Running /usr/bin/prometheus-node-exporter --version did not help me much > - it just returned > version 0.15.2+ds (branch: debian/sid, revision: 0.15.2+ds-1) > > Is there a possibility to check which specific version of node exporter > is installed in chosen deb package version?
This sounds more like a distro/packaging question. I'm no Ubuntu/Debian specialist, but this may help: This lists your version along with the specification file (*.dsc?): https://packages.ubuntu.com/bionic/prometheus-node-exporter The .dsc file references this git: https://salsa.debian.org/go-team/packages/prometheus-node-exporter/-/commits/debian/0.15.2+ds-1 I guess you could work from either a diff (maybe via git command line client) or via the commit list to work out the differences. Maybe the changelog also helps. :) 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/d2e31060-2c47-33d4-8696-8df39c241517%40hoffmann-christian.info.

