Giter VIP home page Giter VIP logo

Comments (5)

bratseth avatar bratseth commented on April 28, 2024

This is work in progress.

from vespa.

zoyvind avatar zoyvind commented on April 28, 2024

I am trying to put all your current metrics into Prometheus Gauges, just to create some simple graphs in Grafana.

I have seen that the metric names is a mix of _-separated, .-separated and camel cased names. Some also contains '[' and ']'.

For prometheus I have to convert all this into a pure lowercased _-separated string.

from vespa.

zoyvind avatar zoyvind commented on April 28, 2024

I also notice that some metrics disappear when the cluster is idle, e.g. 95percentile of query_latency in container metrics. This makes it harder to track metrics into an external system.

from vespa.

kkraune avatar kkraune commented on April 28, 2024

@Oracien do you know if this is still a problem, after the latest changes to vespa prometheus integration?

from vespa.

Oracien avatar Oracien commented on April 28, 2024

@kkraune most of these issues have been resolved as far as I know. Counters do seem to be monotonically increasing over time and the format of metrics does appear to be metric_name{service="something-this", ...}. However, the last issue is still prevalent, if you are not running queries, then relevant query metrics such as rate does not appear. This should probably be fixed, I would guess it is something as simple as a filter (element != 0).

from vespa.

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.