Skip to content

Commit

Permalink
Update posts/2023-03-10-tracing-with-microprofile-telemetry.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com>
  • Loading branch information
yasmin-aumeeruddy and dmuelle committed Mar 10, 2023
1 parent 8ba7802 commit c14a8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2023-03-10-tracing-with-microprofile-telemetry.adoc
Expand Up @@ -157,7 +157,7 @@ public void add(@SpanAttribute(value = "hostname") String hostname, Properties s
}
----

A span created using the `@WithSpan` annotation can be given a name. For example, link:https://github.com/yasmin-aumeeruddy/mpTelemetry-Demo/blob/main/inventory/src/main/java/io/openliberty/demo/inventory/InventoryManager.java#L58[this span] is given the name "list":
A span created using the `@WithSpan` annotation can be given a name. For example, link:https://github.com/yasmin-aumeeruddy/mpTelemetry-Demo/blob/main/inventory/src/main/java/io/openliberty/demo/inventory/InventoryManager.java#L58[this span] is given the name `list`:

[source,java]
----
Expand Down

0 comments on commit c14a8c1

Please sign in to comment.