Skip to content

Commit

Permalink
fix:zsearch index
Browse files Browse the repository at this point in the history
  • Loading branch information
hyt442332 committed Jul 1, 2024
1 parent 2d64ab8 commit faf4d52
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public class OtlpMappings {
spanMappings.put("start_time", "start_time");
spanMappings.put("end_time", "end_time");
OTLP_SW_MAPPINGS.put("holoinsight-span", spanMappings);
OTLP_SW_MAPPINGS.put("holoinsight_span", spanMappings);
}

/**
Expand Down

0 comments on commit faf4d52

Please sign in to comment.