I'm exploring data scrapping options through Pushgateway in Prometheus. As per pushgateway mechanism goes it always overwrite the record unless there is one unique label is present.
At times I see different instance (ip address), pod (k8 pod name) in the metric making 2 different records. Due to which I'm unable to identify the latest data.
Is there a way where we can control the default values being inserted through Pushgateway.