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 22cc954 commit 88d98e6Copy full SHA for 88d98e6
doc-snippets/api/src/main/java/otel/SpanUsage.java
@@ -52,7 +52,7 @@ public static void spanUsage(Tracer tracer) {
52
53
// Check if span is recording before computing additional data
54
if (span.isRecording()) {
55
- // Update the span name with information not avilable when starting
+ // Update the span name with information not available when starting
56
span.updateName("new span name");
57
58
// Add additional attributes not available when starting
0 commit comments