Coder Social home page Coder Social logo

Comments (5)

burningalchemist avatar burningalchemist commented on August 29, 2024

Hi @fsiler, this feature is already available for named targets. If you use a single connection mode (with target configuration block), you need to add name field, then you'll get up and scrape_duration metrics.

Besides that, in the upcoming release (it's already merged to master), there's the metric scrape_errors_total which shows unsuccessful scrape count for respective queries.

As for anything related to buckets/histograms, this topic is currently on hold, as it requires accumulating and processing data in memory, which is not really lightweight. Without any additional mechanism to flush data periodically, the exporter would go out of memory pretty quick (and this is common in the area of Prometheus exporters).

from sql_exporter.

fsiler avatar fsiler commented on August 29, 2024

This works great, many thanks!

from sql_exporter.

fsiler avatar fsiler commented on August 29, 2024

Sorry to bother- was hoping to get a new release with the scrape_errors_total metric included? Wasn't sure if there's a regular release interval.

from sql_exporter.

burningalchemist avatar burningalchemist commented on August 29, 2024

Hi @fsiler, there's no regular release schedule, but I try to release at least every quarter. v0.13 with this feature is hopefully coming this week. 🙂

You can checkout the master branch in the meantime, and build for testing if you like.

from sql_exporter.

burningalchemist avatar burningalchemist commented on August 29, 2024

Hey @fsiler, v0.13 release is available. 👍

from sql_exporter.

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.