Aleks, Am 15.10.20 um 22:54 schrieb Aleksandar Lazic: > I need to know how many concurrent clients request *NOW* a specific URL > and display > it in prometheus and limit access to max client let's say 50 per url. > > That's my requirement.
Using a stick table keyed using the `base32` fetch (or possibly using a str key and the `path` fetch) and then using the `table_conn_cur` fetch should provide the necessary information. Best regards Tim Düsterhus

