hypertrace / hypertrace-collector

OpenTelemetry collector distribution for Hypertrace platform
6 stars 5 forks source link

Simplified rate limiting and removed soft limit config #105

Closed pavan-traceable closed 1 year ago

pavan-traceable commented 1 year ago

Description

Simplified rate limiting by removing soft limit, now there will be only cluster and tenant limit. If both limits crossed then request will be dropped and otherwise request will be forwarded to next consumer.

Testing

Updated tests to handle the above scenarios.