Format data members from a struct or a class into a string that can be added to a stat collection buffer for exporting to prometheus.
The names and values of the members of the given struct are formatted as stat names and values, respectively.
The struct or class type to fetch the stat names from.
The struct or class to fetch stat values from.
The buffer to add the formatted stats to.
See Implementation
Format data members from a struct or a class into a string that can be added to a stat collection buffer for exporting to prometheus.
The names and values of the members of the given struct are formatted as stat names and values, respectively.