Opened API, added methods required for Wavefront integration with OTel (#1852)
This commit is contained in:
committed by
GitHub
parent
b3ff42eade
commit
68f284d1cf
@@ -76,6 +76,12 @@ public interface FinishedSpan {
|
||||
@Nullable
|
||||
String getRemoteIp();
|
||||
|
||||
/**
|
||||
* @return span's local ip
|
||||
*/
|
||||
@Nullable
|
||||
String getLocalIp();
|
||||
|
||||
/**
|
||||
* @return span's remote port
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user