Skip to content

Commit be645b3

Browse files
Drop default empty dimension (#97)
1 parent dae34d7 commit be645b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics/emf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func NewEntry(namespace string) Entry {
138138
return Entry{
139139
namespace: namespace,
140140
metrics: []metric{},
141-
dimensions: [][]string{{}},
141+
dimensions: [][]string{},
142142
fields: map[string]interface{}{},
143143
}
144144
}

0 commit comments

Comments
 (0)