Skip to content

Commit 40023b9

Browse files
Revert "Add agent entity id in constants for enriching spans with agent entity id (#262)" (#263)
This reverts commit 803d392.
1 parent 803d392 commit 40023b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,3 @@ 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)