Skip to content

Commit

Permalink
write geo attribute keys
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbarny committed Jan 10, 2025
1 parent 80976d0 commit b15169d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exporter/elasticsearchexporter/pdata_serializer.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ func writeAttributes(v *json.Visitor, attributes pcommon.Map, stringifyMapValues
return true
})
geoAttributes.Range(func(k string, val pcommon.Value) bool {
_ = v.OnKey(k)
writeValue(v, val, stringifyMapValues)
return true
})
Expand Down

0 comments on commit b15169d

Please sign in to comment.