package models type BadgeOptions struct{} type PrometheusOptions struct { BadgeOptions ValueField string Query string }