KEDA Trigger from Prometheus to External Microservice #1545
-
Hello All, I have a question regarding using external triggers. Before I am using prometheus trigger to fetch the customer metrics and then scale. I can set directly the query to prometheus and filter on my deployment : apiVersion: keda.sh/v1alpha1
However, now I have the need to add another microservice between Prometheus and KEDA to add some info. triggers:
I am not sure how can I migrate from my prometheus trigger to my external microservice as a trigger. Can you please help, thank you in advance : ) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
In order to use |
Beta Was this translation helpful? Give feedback.
In order to use
external
scaler, you need to provide the implementation of the scaler by yourself. You need to implement gRPC contract, see the doc: https://keda.sh/docs/2.1/concepts/external-scalers/