You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kubernetes.namespace => (k8s.namespace.name)
kubernetes.pod.name => (k8s.pod.name)
// only one of these will be present in a single doc:
kubernetes.deployment.name => (k8s.deployment.name)
kubernetes.replicaset.name => (k8s.replicaset.name)
kubernetes.statefulset.name => (k8s.statefulset.name)
kubernetes.daemonset.name => (k8s.daemonset.name)
kubernetes.job.name => (k8s.job.name)
kubernetes.cronjob.name => (k8s.cronjob.name)
The text was updated successfully, but these errors were encountered:
We should make some changes to the fields for the summary column.
remove
In addition we need to implement some logic to have a fallback, selecting the first field with a value in descending order:
Add fallback mechanism to container.name
Add fallback mechanism to host.name
Add fallback mechanism to cluster.name
Add new fields with fallbacks
The text was updated successfully, but these errors were encountered: