FAQ
Please explain query type : service based vs host based.
Service based query will return the metrics for the service without any grouping on the basis of host/pod name. Host based query will return the metrics for the service with groups on the basis of host/pod name. Please note that for all the health sources, we take the service based query from the user and convert it to host based for CV if required. For Custom Health source, we take both from the user as per the use-case.
Calculation on how many total comparisons will be required on the order of control, canary and queries.
This can be calculated as: (no of queries) * (canary node * primary node)