Skip to content

Commit

Permalink
fix: disable matfields for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jan 16, 2025
1 parent 34fb9de commit 0f8357c
Show file tree
Hide file tree
Showing 7 changed files with 95 additions and 1,949 deletions.
339 changes: 15 additions & 324 deletions internal/chstorage/_golden/log_columns_ddl.sql

Large diffs are not rendered by default.

339 changes: 15 additions & 324 deletions internal/chstorage/_golden/schema.logs.sql

Large diffs are not rendered by default.

331 changes: 11 additions & 320 deletions internal/chstorage/_golden/schema.metrics_exemplars.sql

Large diffs are not rendered by default.

343 changes: 17 additions & 326 deletions internal/chstorage/_golden/schema.metrics_exp_histograms.sql

Large diffs are not rendered by default.

327 changes: 9 additions & 318 deletions internal/chstorage/_golden/schema.metrics_points.sql

Large diffs are not rendered by default.

363 changes: 27 additions & 336 deletions internal/chstorage/_golden/schema.traces_spans.sql

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion internal/chstorage/attributes.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ func NewAttributes(name string, opts ...AttributesOption) *Attributes {
colResource: {"res_", otelschema.WhereResource},
colScope: {"scp_", otelschema.WhereScope},
}[name]; ok {
for _, e := range otelschema.Data.All() {
for _, e := range otelschema.Data.All()[:0] {
if e.WhereIn(v.Where) {
prefix := v.Prefix
if len(e.Where) == 1 {
Expand Down

0 comments on commit 0f8357c

Please sign in to comment.