Since Prometheus scrapes metrics at a regular interval (30 seconds or so), and some kubernetes pods only live a few seconds, can we depend on the metric kube_pod_created
to actually show a value for each pod that existed in the system?
My worry is that it only sees pods that existed during the scrape. But I'm not sure of the exporter implementation to be sure.