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

feat(data dictionary): Add new K8sPodSample, K8sContainerSample attri… #13082

Merged
merged 11 commits into from
May 16, 2023
Next Next commit
feat(data dictionary): Add new K8sPodSample, K8sContainerSample attri…
…butes

Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai>
  • Loading branch information
htroisi committed May 16, 2023
commit 8abb2df994434112cbe9f618526bfd1c31949076
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: daemonsetName
type: attribute
units:
events:
- K8sContainerSample
---

Name of the DaemonSet that the container is associated with, to be used as an identifier.
9 changes: 9 additions & 0 deletions src/data-dictionary/events/K8sContainerSample/jobName.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: jobName
type: attribute
units:
events:
- K8sContainerSample
---

Name of the Job that the container is associated with, to be used as an identifier.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: replicasetName
type: attribute
units:
events:
- K8sContainerSample
---

Name of the ReplicaSet that the container is associated with, to be used as an identifier.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: statefulsetName
type: attribute
units:
events:
- K8sContainerSample
---

Name of the StatefulSet that the container is associated with, to be used as an identifier.
9 changes: 9 additions & 0 deletions src/data-dictionary/events/K8sPodSample/daemonsetName.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: daemonsetName
type: attribute
units:
events:
- K8sPodSample
---

Name of the DaemonSet that the container is associated with, to be used as an identifier.
9 changes: 9 additions & 0 deletions src/data-dictionary/events/K8sPodSample/jobName.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: jobName
type: attribute
units:
events:
- K8sPodSample
---

Name of the Job that the container is associated with, to be used as an identifier.
9 changes: 9 additions & 0 deletions src/data-dictionary/events/K8sPodSample/replicasetName.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: replicasetName
type: attribute
units:
events:
- K8sPodSample
---

Name of the ReplicaSet that the container is associated with, to be used as an identifier.
9 changes: 9 additions & 0 deletions src/data-dictionary/events/K8sPodSample/statefulsetName.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: statefulsetName
type: attribute
units:
events:
- K8sPodSample
---

Name of the StatefulSet that the container is associated with, to be used as an identifier.