We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
场景:
结果:
- job_name: 'cluster-test/kube-state-metrics/0' kubernetes_sd_configs: - role: endpoints namespaces: names: - obser api_server: https://172.16.36.151:6443 tls_config: ca_file: /etc/prometheus/tls/cluster-test-ca.crt bearer_token_file: /etc/prometheus/tls/cluster-test-token tls_config: ca_file: /etc/prometheus/tls/cluster-test-ca.crt bearer_token_file: /etc/prometheus/tls/cluster-test-token relabel_configs: ...
- job_name: cluster-test/kube-state-metrics/0 honor_timestamps: true scrape_interval: 15s scrape_timeout: 10s metrics_path: /metrics scheme: http authorization: type: Bearer credentials_file: /etc/prometheus/tls/cluster-test-token proxy_url: http://127.0.0.1:8008 follow_redirects: true relabel_configs: - separator: ; regex: __invalid_label_(.+) replacement: $1 action: labelmap
kvass并没有将外部的k8s监控起来,没有生成静态配置 如果是只监控本集群内部,配置是正确生成了的,但是外部集群的静态target未生成, 如果我单独使用Prometheus是无问题的
The text was updated successfully, but these errors were encountered:
忽略,配置问题,已测试通过
Sorry, something went wrong.
No branches or pull requests
场景:
结果:
kvass并没有将外部的k8s监控起来,没有生成静态配置
如果是只监控本集群内部,配置是正确生成了的,但是外部集群的静态target未生成,
如果我单独使用Prometheus是无问题的
The text was updated successfully, but these errors were encountered: