mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
Profile -> Column
This commit is contained in:
parent
b1adcd91fc
commit
3c275681d2
2 changed files with 2 additions and 2 deletions
|
|
@ -3253,7 +3253,7 @@ func (e *executor) executeSetColumnAttrs(ctx context.Context, index string, c *p
|
|||
if err := idx.ColumnAttrStore().SetAttrs(col, attrs); err != nil {
|
||||
return err
|
||||
}
|
||||
idx.Stats.Count(MetricSetProfileAttrs, 1, 1.0)
|
||||
idx.Stats.Count(MetricSetColumnAttrs, 1, 1.0)
|
||||
// Do not forward call if this is already being forwarded.
|
||||
if opt.Remote {
|
||||
return nil
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ const (
|
|||
MetricRow = "query_row_total"
|
||||
MetricRowBSI = "query_row_bsi_total"
|
||||
MetricSetRowAttrs = "query_set_row_attrs_total"
|
||||
MetricSetProfileAttrs = "query_set_profile_attrs_total"
|
||||
MetricSetColumnAttrs = "query_set_column_attrs_total"
|
||||
MetricMaximumRow = "maximum_row"
|
||||
MetricSetBit = "set_bit_total"
|
||||
MetricClearBit = "clear_bit_total"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue