Limitador instrumentation sandbox¶
Limitador is configured to push traces to an opentelemetry collector.
Run sandbox¶
Run some traffic¶
bin/grpcurl -plaintext -d @ 127.0.0.1:18081 envoy.service.ratelimit.v3.RateLimitService.ShouldRateLimit <<EOM
{
    "domain": "test_namespace",
    "hits_addend": 1,
    "descriptors": [
        {
            "entries": [
                {
                    "key": "req.method",
                    "value": "POST"
                }
            ]
        }
    ]
}
EOM
See the trace in UI¶
Recommended to start looking at
check_and_updateoperation.