Giter Site home page Giter Site logo

Comments (12)

justlooks avatar justlooks commented on May 30, 2024 2

i update my cluster to v1.7.5 ,still get some problem on get metrics from prometheus

i add the following content to prometheus.yaml as document says

      - job_name: 'kubernetes-cadvisor'
        scheme: https
        tls_config:
          ca_file: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
        bearer_token_file: /var/run/secrets/kubernetes.io/serviceaccount/token
        kubernetes_sd_configs:
          - role: node
        relabel_configs:
          - action: labelmap
            regex: __meta_kubernetes_node_label_(.+)
          - target_label: __address__
            replacement: kubernetes.default.svc:443
          - source_labels: [__meta_kubernetes_node_name]
            regex: (.+)
            target_label: __metrics_path__
            replacement: /api/v1/nodes/${1}/proxy/metrics/cadvisor

but prometheus get error info "server returned HTTP status 403 Forbidden", the "Kubernetes Pods resource" panel still no data

from prometheus.

chenww avatar chenww commented on May 30, 2024

same. here is the log:
Error from server (BadRequest): a container name must be specified for pod node-directory-size-metrics-bjzdv, choose one of: [read-du caddy]

configuration is wrong?

from prometheus.

txg1550759 avatar txg1550759 commented on May 30, 2024

k8s version 1.7 ,metrics not data for dashboard ! this is bug ?

from prometheus.

txg1550759 avatar txg1550759 commented on May 30, 2024

More than 1.7 k8s of grafana do not have data, hope to be able to fix it, thanks!

from prometheus.

canghai908 avatar canghai908 commented on May 30, 2024

I have slove this, I add this in configmap on prometheus-core

-  job_name: 'kubernetes-cadvisor'
    scheme: http
    tls_config:
      ca_file: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
    bearer_token_file: /var/run/secrets/kubernetes.io/serviceaccount/token
    kubernetes_sd_configs:
      - role: node
    relabel_configs:
      - source_labels: [__address__]
        regex: '(.*):10250'
        replacement: '${1}:4194'
        target_label: __address__

from prometheus.

arrkaye avatar arrkaye commented on May 30, 2024

Is that the word 'address' or did you put the address of something there?

from prometheus.

MarcelMue avatar MarcelMue commented on May 30, 2024

@arrkaye I just edited his comment to use a code block, I think __address__ is a keyword here. I will look into it later today to hopefully merge a fix.

from prometheus.

frittenlab avatar frittenlab commented on May 30, 2024

justlooks fix worked for me. I have data in my dashboard now. Running kubernetes 1.7.5

from prometheus.

like-inspur avatar like-inspur commented on May 30, 2024

But I can't get metric data on kubernetes 1.8.2,so why? @simon-k8s @canghai908

from prometheus.

frittenlab avatar frittenlab commented on May 30, 2024

@like-inspur did you add the content that @justlooks suggested to the prometheus.yaml?

from prometheus.

like-inspur avatar like-inspur commented on May 30, 2024

@simon-k8s OK ,it works, thanks!

from prometheus.

pipo02mix avatar pipo02mix commented on May 30, 2024

It should be ok with the current master. Feel free to reopen if it still happens to you

from prometheus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.