Is it okay to drop `instance` label?

I’m curious if it will negatively impact the operations of Prometheus if we drop instance label in favor of pod_name / hostname?

The problem is, you can have multiple instances per pod. Prometheus needs to make sure every metric has a unique source. The instance takes care of that.

1 Like