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?