Receiver: Send tenant by label instead of header #4411
Replies: 1 comment
-
hi @farodin91 very good question. Longer version:
If your hashring configuration file only defines one default hashring, then 1 doesn't really matter, since this hashring will handle all requests anyways. If you have tenant-specific hashrings, then they will not receive any load. I think that providing the possibility to define a tenant using a label would be a good feature. Furthermore, it would make our tenancy model much more Prometheus-native and extendable. |
Beta Was this translation helpful? Give feedback.
-
We are using remote write capability of opentelemetry collector, to send all collected metrics to a receiver. These metrics contain a label which defines the tenant.
It is possible to pass the tenant identifier via a label instead of using a header?
Beta Was this translation helpful? Give feedback.
All reactions