We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe0b54 commit 803d392Copy full SHA for 803d392
entity-service-api/src/main/proto/org/hypertrace/entity/constants/v1/entity_attribute.proto
@@ -85,3 +85,8 @@ enum K8sEntityAttribute {
85
K8S_ENTITY_ATTRIBUTE_SELECTOR = 28 [(string_value) = "selector"];
86
K8S_ENTITY_ATTRIBUTE_LABELS = 29 [(string_value) = "labels"];
87
}
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