We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37df1bf commit a7cca92Copy full SHA for a7cca92
otelconf/metric.go
@@ -312,7 +312,7 @@ func lowMemory(ik sdkmetric.InstrumentKind) metricdata.Temporality {
312
// in the include list and excludes attributes in the excludes list.
313
// It returns an error if an attribute is in both lists
314
//
315
-// If IncludeExclude is empty a include-all filter is returned.
+// If IncludeExclude is empty an include-all filter is returned.
316
func newIncludeExcludeFilter(lists *IncludeExclude) (attribute.Filter, error) {
317
if lists == nil {
318
return func(attribute.KeyValue) bool { return true }, nil
0 commit comments