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 1fa3434 commit 9358dc2Copy full SHA for 9358dc2
ballerina/natives.bal
@@ -55,7 +55,7 @@ public isolated function addTag(string tagKey, string tagValue) returns error? =
55
# Get the value of a given key of a tag.
56
#
57
# + tagKey - Key of the tag
58
-# + return - An error if an error occurred while attaching tag to the span
+# + return - The value of the tag if present; otherwise ()
59
public isolated function getTagValue(string tagKey) returns string? = @java:Method {
60
'class: "io.ballerina.stdlib.observe.nativeimpl.GetTagValue",
61
name: "getTagValue"
0 commit comments