Fields dropped by opentelemetry input plugin?

@dpsingh Thanks for the detailed analysis, your input/output comparison makes the problem clear. This isn’t just a missing feature, it’s a bug in the otel2influx conversion library:

  • Parent span ID is missing, breaking distributed tracing
  • Scope name/version from configuration is not appearing in output

Please file a bug report (not a feature request) at: https://github.com/influxdata/influxdb-observability
Include your exact input/output example, reference this forum thread, and note the impact on distributed tracing.