Below are the steps executed for metrics being published to grafana from prometheus
1)Defined the metric_counter in values.yaml file for k8s ex: metric_counters:"something"
2)Published the metric to prometheus client.
3) Queried using sum(something[5m])
Did I miss anything? There are no metrics being published for counters.