如何查询联盟的普罗米修斯指标?

时间:2020-10-29 16:13:34

标签: prometheus

每个云集群(CloudFoundry,K8s ...)都有多个普罗米修斯 我试图通过仅针对Cloufoundry prometheus进行配置来设置分层的prometheus: 这是我的分层Prometheus conf:

- job_name: federate-cfy-cluster1
  honor_labels: true
  honor_timestamps: true
  params:
    match[]:
    - '{job="~.+"}'
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /federate
  scheme: http
  static_configs:
  - targets:
    - prometheus.cfy.cluster1

在cloudfoundry proemtheus上,我有以下指标: firehose_container_metric_cpu_percentage

我不明白为什么我的分层普罗米修斯没有得到这些指标? missing firehose_container_metric_cpu_percentage

curl -G --data-urlencode 'match[]={job=~".+"}' http://prometheus.cfy.cluster1/federate 我有所有指标

0 个答案:

没有答案