mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
Merge pull request #4 from alanbernstein/stats-view-tag
Fix typo to add view tag
This commit is contained in:
commit
7ea82a363c
1 changed files with 1 additions and 1 deletions
2
frame.go
2
frame.go
|
|
@ -422,7 +422,7 @@ func (f *Frame) newView(path, name string) *View {
|
|||
view.cacheType = f.cacheType
|
||||
view.LogOutput = f.LogOutput
|
||||
view.RowAttrStore = f.rowAttrStore
|
||||
view.stats = f.Stats.WithTags(fmt.Sprintf("slice:%s", name))
|
||||
view.stats = f.Stats.WithTags(fmt.Sprintf("view:%s", name))
|
||||
return view
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue