Skip to content

Commit 803d392

Browse files
Add agent entity id in constants for enriching spans with agent entity id (#262)
1 parent cbe0b54 commit 803d392

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

entity-service-api/src/main/proto/org/hypertrace/entity/constants/v1/entity_attribute.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,8 @@ enum K8sEntityAttribute {
8585
K8S_ENTITY_ATTRIBUTE_SELECTOR = 28 [(string_value) = "selector"];
8686
K8S_ENTITY_ATTRIBUTE_LABELS = 29 [(string_value) = "labels"];
8787
}
88+
89+
enum AgentEntityAttribute {
90+
AGENT_ENTITY_ATTRIBUTE_UNSPECIFIED = 0 [(string_value) = "UNSPECIFIED"];
91+
AGENT_ENTITY_ATTRIBUTE_ID = 1 [(string_value) = "AGENT_ENTITY_ID"];
92+
}

0 commit comments

Comments
 (0)