Opened API, added methods required for Wavefront integration with OTel (#1852)

This commit is contained in:
Marcin Grzejszczak
2021-02-19 21:00:27 +01:00
committed by GitHub
parent b3ff42eade
commit 68f284d1cf
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
*/