Your message dated Sat, 16 May 2020 23:48:52 +0000
with message-id <[email protected]>
and subject line Bug#953652: fixed in prometheus-mysqld-exporter 0.12.1+ds-1
has caused the Debian Bug report #953652,
regarding prometheus-mysqld-exporter: Update and unify default file
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
953652: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953652
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: prometheus-mysqld-exporter
Version: 0.11.0+ds-1
Severity: normal
Tags: patch
Hi!
Attached a patch to update the default file to the latest options
supported by the daemon and to clean and unify its formatting.
Thanks,
Guillem
diff --git i/debian/default w/debian/default
index a695521..2530dba 100644
--- i/debian/default
+++ w/debian/default
@@ -21,98 +21,96 @@ ARGS='--config.my-cnf /etc/mysql/monitor_extra.cnf'
# Usage of prometheus-mysqld-exporter:
# --exporter.lock_wait_timeout=2
-# Set a lock_wait_timeout on the connection to avoid long metadata
-# locking.
+# Set a lock_wait_timeout on the connection to avoid long metadata locking.
# --exporter.log_slow_filter
-# Add a log_slow_filter to avoid slow query logging of scrapes. NOTE: Not
-# supported by Oracle MySQL.
+# Add a log_slow_filter to avoid slow query logging of scrapes.
+# NOTE: Not supported by Oracle MySQL.
# --collect.heartbeat.database="heartbeat"
-# Database from where to collect heartbeat data
+# Database from where to collect heartbeat data.
# --collect.heartbeat.table="heartbeat"
-# Table from where to collect heartbeat data
+# Table from where to collect heartbeat data.
# --collect.info_schema.processlist.min_time=0
-# Minimum time a thread must be in each state to be counted
+# Minimum time a thread must be in each state to be counted.
# --collect.info_schema.tables.databases="*"
-# The list of databases to collect table stats for, or '*' for all
+# The list of databases to collect table stats for, or '*' for all.
# --collect.perf_schema.eventsstatements.limit=250
-# Limit the number of events statements digests by response time
+# Limit the number of events statements digests by response time.
# --collect.perf_schema.eventsstatements.timelimit=86400
-# Limit how old the 'last_seen' events statements can be, in seconds
+# Limit how old the 'last_seen' events statements can be, in seconds.
# --collect.perf_schema.eventsstatements.digest_text_limit=120
-# Maximum length of the normalized statement text
+# Maximum length of the normalized statement text.
# --collect.perf_schema.file_instances.filter=".*"
-# RegEx file_name filter for performance_schema.file_summary_by_instance
+# RegEx file_name filter for performance_schema.file_summary_by_instance.
# --collect.perf_schema.file_instances.remove_prefix="/var/lib/mysql/"
-# Remove path prefix in performance_schema.file_summary_by_instance
+# Remove path prefix in performance_schema.file_summary_by_instance.
# --web.listen-address=":9104"
-# Address to listen on for web interface and telemetry.
+# Address to listen on for web interface and telemetry.
# --web.telemetry-path="/metrics"
-# Path under which to expose metrics.
-# --config.my-cnf="$HOME/.my.cnf"
-# Path to .my.cnf file to read MySQL credentials from.
-# --collect.info_schema.processlist
-# Collect current thread state counts from the
-# information_schema.processlist
-# --collect.info_schema.tables
-# Collect metrics from information_schema.tables
-# --collect.info_schema.innodb_tablespaces
-# Collect metrics from information_schema.innodb_sys_tablespaces
+# Path under which to expose metrics.
+# --config.my-cnf="/home/guillem/.my.cnf"
+# Path to .my.cnf file to read MySQL credentials from.
# --collect.info_schema.innodb_metrics
-# Collect metrics from information_schema.innodb_metrics
+# Collect metrics from information_schema.innodb_metrics.
# --collect.auto_increment.columns
-# Collect auto_increment columns and max values from information_schema
+# Collect auto_increment columns and max values from information_schema.
# --collect.global_status
-# Collect from SHOW GLOBAL STATUS
+# Collect from SHOW GLOBAL STATUS.
# --collect.global_variables
-# Collect from SHOW GLOBAL VARIABLES
+# Collect from SHOW GLOBAL VARIABLES.
# --collect.slave_status
-# Collect from SHOW SLAVE STATUS
-# --collect.perf_schema.tablelocks
-# Collect metrics from
-# performance_schema.table_lock_waits_summary_by_table
-# --collect.perf_schema.eventsstatements
-# Collect metrics from
-# performance_schema.events_statements_summary_by_digest
-# --collect.perf_schema.eventswaits
-# Collect metrics from
-# performance_schema.events_waits_summary_global_by_event_name
+# Collect from SHOW SLAVE STATUS.
+# --collect.info_schema.processlist
+# Collect current thread state counts from the
+# information_schema.processlist.
+# --collect.info_schema.tables
+# Collect metrics from information_schema.tables.
+# --collect.info_schema.innodb_tablespaces
+# Collect metrics from information_schema.innodb_sys_tablespaces.
# --collect.perf_schema.file_events
-# Collect metrics from performance_schema.file_summary_by_event_name
+# Collect metrics from performance_schema.file_summary_by_event_name.
# --collect.perf_schema.file_instances
-# Collect metrics from performance_schema.file_summary_by_instance
+# Collect metrics from performance_schema.file_summary_by_instance.
# --collect.binlog_size
-# Collect the current size of all registered binlog files
+# Collect the current size of all registered binlog files.
# --collect.perf_schema.tableiowaits
-# Collect metrics from performance_schema.table_io_waits_summary_by_table
+# Collect metrics from performance_schema.table_io_waits_summary_by_table.
# --collect.perf_schema.indexiowaits
-# Collect metrics from
-# performance_schema.table_io_waits_summary_by_index_usage
-# --collect.info_schema.tablestats
-# If running with userstat=1, set to true to collect table statistics
-# --collect.info_schema.innodb_cmp
-# Collect metrics from information_schema.innodb_cmp
-# --collect.info_schema.innodb_cmpmem
-# Collect metrics from information_schema.innodb_cmpmem
+# Collect metrics from
+# performance_schema.table_io_waits_summary_by_index_usage.
+# --collect.perf_schema.tablelocks
+# Collect metrics from performance_schema.table_lock_waits_summary_by_table.
+# --collect.perf_schema.eventsstatements
+# Collect metrics from
+# performance_schema.events_statements_summary_by_digest.
+# --collect.perf_schema.eventswaits
+# Collect metrics from
+# performance_schema.events_waits_summary_global_by_event_name.
# --collect.info_schema.query_response_time
-# Collect query response time distribution if query_response_time_stats
-# is ON.
+# Collect query response time distribution if query_response_time_stats
+# is ON.
# --collect.engine_tokudb_status
-# Collect from SHOW ENGINE TOKUDB STATUS
+# Collect from SHOW ENGINE TOKUDB STATUS.
# --collect.perf_schema.replication_group_member_stats
-# Collect metrics from performance_schema.replication_group_member_stats
+# Collect metrics from performance_schema.replication_group_member_stats.
# --collect.info_schema.userstats
-# If running with userstat=1, set to true to collect user statistics
+# If running with userstat=1, set to true to collect user statistics.
# --collect.info_schema.clientstats
-# If running with userstat=1, set to true to collect client statistics
+# If running with userstat=1, set to true to collect client statistics.
+# --collect.info_schema.tablestats
+# If running with userstat=1, set to true to collect table statistics.
+# --collect.info_schema.innodb_cmp
+# Collect metrics from information_schema.innodb_cmp.
+# --collect.info_schema.innodb_cmpmem
+# Collect metrics from information_schema.innodb_cmpmem.
# --collect.engine_innodb_status
-# Collect from SHOW ENGINE INNODB STATUS
+# Collect from SHOW ENGINE INNODB STATUS.
# --collect.heartbeat
-# Collect from heartbeat
+# Collect from heartbeat.
# --collect.slave_hosts
-# Scrape information from 'SHOW SLAVE HOSTS'
+# Scrape information from 'SHOW SLAVE HOSTS'.
# --log.level="info"
-# Only log messages with the given severity or above. Valid levels:
-# [debug, info, warn, error, fatal]
+# Only log messages with the given severity or above.
+# Valid levels: [debug, info, warn, error, fatal].
# --log.format="logger:stderr"
-# Set the log target and format. Example:
-# "logger:syslog?appname=bob&local=7" or "logger:stdout?json=true"
+# Set the log target and format.
+# Example: "logger:syslog?appname=bob&local=7" or "logger:stdout?json=true".
--- End Message ---
--- Begin Message ---
Source: prometheus-mysqld-exporter
Source-Version: 0.12.1+ds-1
Done: Martina Ferrari <[email protected]>
We believe that the bug you reported is fixed in the latest version of
prometheus-mysqld-exporter, which is due to be installed in the Debian FTP
archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Martina Ferrari <[email protected]> (supplier of updated
prometheus-mysqld-exporter package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 16 May 2020 23:26:21 +0000
Source: prometheus-mysqld-exporter
Architecture: source
Version: 0.12.1+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team
<[email protected]>
Changed-By: Martina Ferrari <[email protected]>
Closes: 952291 953040 953652
Changes:
prometheus-mysqld-exporter (0.12.1+ds-1) unstable; urgency=medium
.
* New upstream release. Closes: #952291
* Update compat and Standards-Version with no changes.
* debian/default: Update, reformat, and reorganise. Closes: #953652
* Update and unify packaging.
* Patch test that requires a running mysql server.
* Document how to use UNIX domain sockets for auth. Closes: #953040
Checksums-Sha1:
2e8ab3894f52c90c3636de45df1ad8a21d5a1833 2770
prometheus-mysqld-exporter_0.12.1+ds-1.dsc
92de79d8b6dab18f4696f10c9cf66c32d312994b 70902
prometheus-mysqld-exporter_0.12.1+ds.orig.tar.gz
4b1b89b4bfcf72a31c142b508b067d727989795c 8068
prometheus-mysqld-exporter_0.12.1+ds-1.debian.tar.xz
644c73e208b72ac2cf678aad340bf5d14ed9930f 9062
prometheus-mysqld-exporter_0.12.1+ds-1_amd64.buildinfo
Checksums-Sha256:
6b2e7ede62146596514922619a9f1234b2c5a35c8a6f1c692fe6c6a825235c8d 2770
prometheus-mysqld-exporter_0.12.1+ds-1.dsc
a4dd892cf12088c1cf3488e650ad09a6da83bb01e86c83088d77b6fcaba47d43 70902
prometheus-mysqld-exporter_0.12.1+ds.orig.tar.gz
48636adf98079f4f7f8a95723d34876a5d3b4d3a962532364450ebf317bb2488 8068
prometheus-mysqld-exporter_0.12.1+ds-1.debian.tar.xz
5ff6a48f2b8de69104b907f96c7e08a6def5b82189b20d05393cd0029d57afc4 9062
prometheus-mysqld-exporter_0.12.1+ds-1_amd64.buildinfo
Files:
bcba62118b2a8902e06f2b455978787b 2770 net optional
prometheus-mysqld-exporter_0.12.1+ds-1.dsc
567f8989f6b03d0910cc39d13ea4153b 70902 net optional
prometheus-mysqld-exporter_0.12.1+ds.orig.tar.gz
0ad1f82797992d56597a8bf08a8b88fd 8068 net optional
prometheus-mysqld-exporter_0.12.1+ds-1.debian.tar.xz
e23f19cad90b164c7ea53c9ed637cbf3 9062 net optional
prometheus-mysqld-exporter_0.12.1+ds-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEE2qbv8cYn6hwmsaaSqiMPxF+MJ7EFAl7AdyUACgkQqiMPxF+M
J7G/3Q//XQUbllE33ZxgKxZ+kN9iNc/UNWxghBAPcfZNXoCyn5T5SoTNQ9EuClRz
USDNKS6jTZW0uRFojnCYrGLSvnzY4Qjnif0Rtnyn7F34MXB/5CswvSvTik7pgsNw
CGxgc8sebH9jAOwWOkemQbMpMs5Yub+KwaV2kF2hZVVnwxQFymjCTgEq4iJlQxtB
LIXCpObi9dJd51CIXKTGHC9XdNZHCPz2UYLiA0HD9bnHPVMCXLGe7o1/8xtUKKNV
9SUmKqVQErH7JAUu4uXRqfxBe44MP8khcXLDPie87OJy0bo0tsG+xB/9aHgT1GXV
QON83QZfDXQmiXjhnvVUbcBf43y6y1AWIsAV23Wp4Y3TWt3M61YIxTLgXF5C5oX+
mNIFqiyhHpSN5XS0yIH0CSgtDduBDQNRoID3cNPJnQnaFU3HRV2X4jwtdEGwfa7R
gZqA6Xuz5elZe+Wydwi59bmq6gcz/P32mThfdceCBJHRG/sWS4GVIHTR+Smouh45
2kB7IovrOAburzjQ11hhOjy2kG44voLOX+tiNx+r/3abHBU6Bnx4JYOJeT+cxc3q
/6dE/Weh80l0f1bBw/852NttWvT5r7nX1rSA1peBIG1fIm9VXrlNJ7oa/89pMvNq
jhqntnl6sK3iP7q/gEKC/NpUfGvnAVU5g2v8uW5uRuMchXsI1oE=
=O1KZ
-----END PGP SIGNATURE-----
--- End Message ---