Opened API, added methods required for Wavefront integration with OTel

This commit is contained in:
Marcin Grzejszczak
2021-01-14 14:43:59 +01:00
parent a9c7521843
commit fff77cb483
3 changed files with 22 additions and 7 deletions

View File

@@ -76,6 +76,12 @@ public interface FinishedSpan {
@Nullable
String getRemoteIp();
/**
* @return span's local ip
*/
@Nullable
String getLocalIp();
/**
* @return span's remote port
*/