Skip to content

Commit 1fef72b

Browse files
committed
Entity Id is agentUuid not hostId
1 parent b662af4 commit 1fef72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instana/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class From(object):
1414
pid = ""
15-
hostId = ""
15+
agentUuid = ""
1616

1717
def __init__(self, **kwds):
1818
self.__dict__.update(kwds)

0 commit comments

Comments
 (0)