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
Obtaining ApiKey usage in deployments is useful for many reasons including billing, rate limiting etc. To support those features in the future some minor changes are required :
Keys must be named. This will break existing configuration.
Key usage should be tracked and exposed via the metrics route. The key name should be used while exposing metrics.
Obtaining ApiKey usage in deployments is useful for many reasons including billing, rate limiting etc. To support those features in the future some minor changes are required :