Initial avro reader complete

This commit is contained in:
Aditya Ujeniya
2025-05-19 09:28:30 +02:00
parent 8098417f78
commit 968940da1f
8 changed files with 352 additions and 154 deletions

View File

@@ -38,7 +38,7 @@ func DataStaging(wg *sync.WaitGroup, ctx context.Context) {
metricName := ""
for _, selector_name := range val.Selector {
metricName += selector_name + "_"
metricName += selector_name + Delimiter
}
metricName += val.MetricName