You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to have the capability to optionally record the origin of a call being made by a client to the aggregator. This will help us monitor the usage being made by the different type of users (Bridges, wallets, ...).
What
How can we add an origin to calls made to the aggregator and compute metrics breakdown by origin?
We want to make sure that the mechanism can not be used to flood the aggregator.
How
How can we implement the origin token:
a whitelist of authorized origin tokens
is it configurable, maybe on a shared location, hard coded?
can we stack multiple tokens
How can we record the existing metrics with a breakdown by origin token?
How can we compute aggregated metrics with/without the tokens?
in Grafana dashboard
in event store
The text was updated successfully, but these errors were encountered:
Why
We would like to have the capability to optionally record the origin of a call being made by a client to the aggregator. This will help us monitor the usage being made by the different type of users (Bridges, wallets, ...).
What
How can we add an
origin
to calls made to the aggregator and compute metrics breakdown by origin?We want to make sure that the mechanism can not be used to flood the aggregator.
How
The text was updated successfully, but these errors were encountered: