Propagate namespace to tags client

This commit is contained in:
Alan Bernstein 2020-04-02 19:29:46 -05:00
parent 110d2b6024
commit dad4ccf103

View file

@ -108,6 +108,7 @@ func (c *prometheusClient) WithTags(tags ...string) stats.StatsClient {
gaugeVecs: c.gaugeVecs,
observers: c.observers,
summaryVecs: c.summaryVecs,
namespace: c.namespace,
}
}