Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaMadhushan committed Jan 18, 2024
1 parent 3bbcd1a commit 5af5bde
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ public static Object addTagToMetrics(Environment env, BString tagKey, BString ta
observerContext.customMetricTags.put(tagKey.getValue(), Tag.of(tagKey.getValue(), tagValue.getValue()));
return null;
}
// ObserverContext will be null if function is executed without entry point like main or resource
// function ex. initialising phase.
return null;
}
}

0 comments on commit 5af5bde

Please sign in to comment.