sql_exporter
sql_exporter copied to clipboard
Database agnostic SQL exporter for Prometheus
my static config ```` static_configs: - targets: 'server.ms.ds.org.com:1433': 'sqlserver://user:[email protected]:1433/instance' ```` Error ```` Unable to get instances from Sql Server Browser on host server.ms.ds.org.com: read udp 10.130.129.181:53997->10.204.74.47:1434: read: connection refused ````
I work with docker-compose and how to deal with the issue : Error creating exporter: open sql_exporter.yml: no such file or directory Thanks!
How can I define a metric that shows List of Expensive Queries executed in MSSQL like this query: https://blog.sqlauthority.com/2021/03/17/sql-server-list-expensive-queries-updated-march-2021/ I want to show result of T-SQL query as a table...
There are no commits since 2019, open merge requests are not merged. Is this project still maintained and if not are there any active forks?
Even if the MySQL database is available again, the exporter still indicates that the database would be offline. Restarting the exporter solves the problem. ``` I0609 02:55:40.728795 25695 promhttp.go:38] Error...
the query ``` SELECT Activity, max(Stop) AS LastStopTime FROM [ACCP_API].[dbo].[ActivityLog] GROUP BY Activity ``` returns an error `* [from Gatherer #1] [, collector="sixfold_data_freshness", query="sixfold_update_time"] scanning of query result failed: sql:...
Simply adding support for the Snowflake driver. I hope I added the dependency correectly.
Can we a specific time to collect data in sql_exporter ? example start_time 10:00:00
Environment variables are available inside the template. Existing functionality is unchanged - the template execution is a no-op if the template is plain yml
Hi, thx for your awesome exporter, it's a real timesaver for us. As we thought we had a connection problem we wanted to try with the latest go-mssqldb) 1. i've...