Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add relationship for k8s pod and host for otel #1719

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion relationships/synthesis/INFRA-HOST-to-INFRA-KUBERNETES_POD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,26 @@ relationships:
extractGuid:
attribute: entityGuid
entityType:
value: KUBERNETES_POD
value: KUBERNETES_POD
- name: k8sHostContainsPodOtel
version: "1"
origins:
- Kubernetes Integration
conditions:
- attribute: eventType
value: Metric
- attribute: entity.type
value: KUBERNETES_POD
relationship:
expires: P75M
relationshipType: CONTAINS
source:
extractGuid:
attribute: host.guid
entityType:
value: HOST
target:
extractGuid:
attribute: entityGuid
entityType:
value: KUBERNETES_POD
Loading