When trying to upgrade to the latest version - v5.7.0, we noticed that we are now getting a new c tag on all metrics. This appears to be related to origin detection for Kubernetes introduced in #310.
Having origin detection enabled by default was surprising for two reasons, 1) we are not using Kubernetes, and 2) I think it would have produced high cardinality tags on all our metrics which seems like it could have ballooned our bill.
It seems like the documentation either needs to be updated and this change needs to be loudly called out, or it should be disabled by default or somehow only enabled when kubernetes has been detected?