Hello,
I'm curious if there is a difference between the kubernetes-pods job and the kubernetes-service-endpoints job. Are these both collecting metrics reported by the application?
I'm currently testing some application metrics like `http requests by path and method`. When using the service-endpoints job I have some concerns that since services will load balance between pods, the metrics being returned from each pod will be different on each scrape interval (or worse if client affinity is set the job will only ever scrape data from a single pod). So, is the response to this problem to simply just scrape the pods directly using the kubernetes-pods config, or will this config scrape some default kubernetes metrics?
Any extra information around these two configs is much appreciated.
Regards,
Eric