Releases: blind-oracle/cortex-tenant
Releases · blind-oracle/cortex-tenant
Cortex-Tenant v1.7.3
- IPv6 support
- Bump dependencies
Cortex-Tenant v1.7.1
- Add HTTP auth support for egress
Cortex-Tenant v1.6.0
- Add
metadata
option to proxy metadata from Prometheus to Cortex. It works only with default tenant, so it should be specified also.
Cortex-Tenant v1.5.0
- Fixed behaviour of
accept_all
option which probably never worked - Changed the logic of Cortex error handling: now
cortex-tenant
passes back the highest HTTP status code from Cortex. In case of a lower-level error (TCP connection failed etc) code 500 will be sent
Cortex-Tenant v1.4.0
- Add an option to accept all requests from Prometheus, even those which are discarded by Cortex
- Add an option to limit incoming HTTP concurrency to avoid OOMs
- Initial Docker support
Cortex-Tenant v1.3.3
- remove sync.Pool as requests are unbounded
- update Prometheus deps to include Metadata in protobuf
Cortex-Tenant v1.3.2
- Fix error handling and improve tests
Cortex-Tenant v1.3.1
- Added an ability to fail the incoming write request with code 400 if the tenant label is missing. This will happen if the
tenant.default
is not configured - before it would default todefault
Cortex-Tenant v1.3.0
Initial release of packages