elastic / apm-data

apm-data holds definitions and code for manipulating Elastic APM data
Apache License 2.0
12 stars 25 forks source link

Fix host.ip 0.0.0.0 treated as invalid #323

Closed carsonip closed 1 month ago

carsonip commented 1 month ago

host.ip is parsed from resource attribute ip when resource attribute opencensus.exporterversion has prefix Jaeger. This PR fixes the incorrect handling of value 0.0.0.0 of this field.