Hello, wonder if anyone has experienced this issue or can assist in any way.
I have a k8’s Namespace that has 28 pods but Loki is only displaying names/data for 17 of the pods.
I’ve examined all the pod’s labels with the command Kubectl describe pod and the label naming conventions are consistent across all pods in the namespace.
My question is why is Loki/Promtail unable to capture data for some pods in a Kubernetes namespace and not for all pods, despite all the pods using the same label naming conventions.
Thanks