mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 07:11:02 +00:00
Propagate namespace to tags client
This commit is contained in:
parent
110d2b6024
commit
dad4ccf103
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ func (c *prometheusClient) WithTags(tags ...string) stats.StatsClient {
|
|||
gaugeVecs: c.gaugeVecs,
|
||||
observers: c.observers,
|
||||
summaryVecs: c.summaryVecs,
|
||||
namespace: c.namespace,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue