Correct Configuration Fails to Provide Expected Custom Metrics in EKS #663
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
What happened?: Correct Configuration Fails to Provide Expected Custom Metrics in EKS
We have deployed identical Prometheus chart and Prometheus-Adapter chart in both Alibaba Cloud ACK cluster and AWS EKS cluster. The configurations of Prometheus and Prometheus-Adapter are the same in both K8S clusters. The scraping configuration for Prometheus is as follows:
The values.yaml for Prometheus-Adapter chart is as follows:
In the Alibaba Cloud ACK cluster, the Prometheus-Adapter correctly provides custom metrics:
However, in the EKS cluster, the Prometheus-Adapter provides a large number of default metrics, but does not include the expected 'upload_job_replica_scale_percent_dataset':
What did you expect to happen?:
prometheus-adapter provides correct custom metrics in AWS EKS cluster as in Alibaba Cloud ACK cluster
Please provide the prometheus-adapter config:
The text was updated successfully, but these errors were encountered: