sql_exporter
sql_exporter copied to clipboard
Database agnostic SQL exporter for Prometheus
Hi i clone the repo and try to build this , but i go the next errors .\metric.go:88:28: cannot use mf.config.ValueType() (type "github.com/free/sql_exporter/vendor/github.com/prometheus/client_golang/prometheus".ValueType) as type "github.com/prometheus/client_golang/prometheus".ValueType in return argument .\metric.go:234:12:...
We have a collector that will check the responsiveness of a CrateDB cluster: ``` collector_name: responsivity_collector # This metric is intended to alert us to when CrateDB Cloud clusters are...
As a general solution to the type of problem which #7 deals with, it would be nice to be able to reference environment variables in some or all config. For...
Hi, you might not like it, but I've implemented it works ;-) This change introduces new metric option **json_labels** that specified a column that should be used to extract additional...
I'm seeing an issue where scrapes of this exporter are failing with error `context deadline exceeded`. I can't see how this is happening when: 1. My timeout is high. 2....
Hi, I would like to export values with their assigned timestamps. can I do it with sql exporter?
Hello there, first thanks for your exporter, it's been serving us very nicely for a few months now :) However I have a problem I can't wrap my head around...
I'm using your sql_exporter...its great!!!However i'm having hard time mapping the query output back to prometheus..Can you please share a document if you have any..for example..i want to check disabled...
It would be very nice when it is possible to expose the latency of a certain (custom) query as a exposed metric.
Instead of specifying the `data_source_name` directly in `sql_exporter.yml`, provide an option to point to external file or environment variable, that contains the data source config. Use case: I want to...