Skip to content

Commit

Permalink
Better warn log phrasing (open-telemetry#6770)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitrjpt committed Oct 17, 2024
1 parent 5a536f2 commit 280c548
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ private Exemplar convertExemplar(double value, ExemplarData exemplar) {
Level.WARNING,
"exemplar labels have "
+ codePoints
+ " codePoints, exceeding the limit of "
+ " unicode code points, exceeding the limit of "
+ EXEMPLAR_MAX_CODE_POINTS);
return null;
}
Expand Down

0 comments on commit 280c548

Please sign in to comment.