The OpenMetrics standard does support "info" type. The original Prometheus
format doesn't support it, but our support is for OpenMetrics. They don't
even have any overlapping types that could be used for this, so the only
other possibility would have been to make this configurable.
Reverts
55a519d18fbbb8435854f1fcf2642b908d6fc074
str_append(out, "# HELP dovecot_build "
"Dovecot build information\n");
- str_append(out, "# TYPE dovecot_build untyped\n");
+ str_append(out, "# TYPE dovecot_build info\n");
str_append(out, "dovecot_build_info{"OPENMETRICS_BUILD_INFO"} 1\n");
}