Skip to content

Releases: blind-oracle/cortex-tenant

Cortex-Tenant v1.7.3

22 Dec 12:10
Compare
Choose a tag to compare
  • IPv6 support
  • Bump dependencies

Cortex-Tenant v1.7.1

16 Sep 13:46
Compare
Choose a tag to compare
  • Add HTTP auth support for egress

Cortex-Tenant v1.6.0

10 Mar 10:23
Compare
Choose a tag to compare
  • 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

31 Jan 12:15
Compare
Choose a tag to compare
  • 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

22 Jun 20:32
099de42
Compare
Choose a tag to compare
  • 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

20 Jan 14:36
Compare
Choose a tag to compare
  • remove sync.Pool as requests are unbounded
  • update Prometheus deps to include Metadata in protobuf

Cortex-Tenant v1.3.2

20 Jan 11:49
Compare
Choose a tag to compare
  • Fix error handling and improve tests

Cortex-Tenant v1.3.1

19 Jan 14:12
Compare
Choose a tag to compare
  • 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 to default

Cortex-Tenant v1.3.0

18 Jan 15:42
Compare
Choose a tag to compare

Initial release of packages