We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179f777 commit 46b18fbCopy full SHA for 46b18fb
opentelemetry-exporter-geneva/geneva-uploader/src/payload_encoder/otlp_encoder.rs
@@ -213,9 +213,7 @@ impl OtlpEncoder {
213
}
214
215
216
- // Sort fields by name for consistent schema ID generation
217
- fields.sort_by(|a, b| a.0.cmp(&b.0));
218
-
+ // No sorting - field order affects schema ID calculation
219
// Hash field names and types while converting to FieldDef
220
let field_defs: Vec<FieldDef> = fields
221
.into_iter()
0 commit comments