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
It is able to scale backend that is not instrumented with metrics (backends are not exposing metrics) when we use metric type "Object" and refer metrics exposed by the Microgateway. So backend is scaled with metrics exposed by the Microgateway.
In private jet mode if we able to define the API from what the backend should get custom metrics, the above can be achieved. For this, we can use templates for HPA configs.
Example:
For API name: {{$.API}}
For TargetEndpoint name: {{$.TargetEndpoint}}
Description:
It is able to scale backend that is not instrumented with metrics (backends are not exposing metrics) when we use metric type "Object" and refer metrics exposed by the Microgateway. So backend is scaled with metrics exposed by the Microgateway.
In private jet mode if we able to define the API from what the backend should get custom metrics, the above can be achieved. For this, we can use templates for HPA configs.
Example:
For API name: {{$.API}}
For TargetEndpoint name: {{$.TargetEndpoint}}
Sample Config
{{$.API}} will be replaced with the API(s) name which it is referenced.
Suggested Labels:
Improvement
The text was updated successfully, but these errors were encountered: