Skip to content

Commit 8b99b6f

Browse files
committed
Fix nesting issue in observability.adoc
1 parent 55a3f3a commit 8b99b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/observability.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ In the trace above we can see the parent span which corresponds to the handling
111111
interesting thing is the `langchain4j.aiservices.MyAiService.writeAPoem` span which corresponds to the invocation of the AI service.
112112
The child spans of this span correspond (from to right) to calling the OpenAI API, invoking the `sendEmail` tool and finally invoking calling the OpenAI API again.
113113

114-
==== Custom span data
114+
=== Custom span data
115115
if you have the need for custom span data, you can simply add a bean implemtenting `ChatModelSpanContributor`.
116116
[source,java]
117117
----

0 commit comments

Comments
 (0)