You will find files in different versions in this repository
v0are the original files without any Otel instrumentationv1are files with Otel Instrumentation sending output (traces or metrics) to console logsv2are files when we add custom attributes, log events, and new spans to the auto-instrumentationv3are files with Otel Instrumentation sending output to otel-collectorv3ais using on HTTP protocol for sending tracesv3bis using on GRPC protocol for sending traces
v4are files with Otel Instrumentation sending output to otel-collector (using grpc), and otel-Collector sending them to different backends (Jaeger and Lightstep)v5are files when we add metricsv6are files when we add custom metrics to the auto-instrumentation
If you don't find files in a specific version, it may just be because this file is not impacted by the new features we are adding